Removed Comments
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using ShellProgressBar;
|
||||
using ShellProgressBar;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Imaging;
|
||||
@ -348,11 +348,6 @@ public class A_Property
|
||||
id = result.Id;
|
||||
result = null;
|
||||
}
|
||||
// if (filteredSourceDirectoryFileFileInfo.CreationTime != result.CreationTime || filteredSourceDirectoryFileFileInfo.LastWriteTime != result?.LastWriteTime)
|
||||
// {
|
||||
// id = null;
|
||||
// property = ;
|
||||
// }
|
||||
if (result is not null)
|
||||
{
|
||||
sourceDirectoryFileTuples.Add(new Tuple<string, DateTime>(nameof(A_Property), fileInfo.LastWriteTime));
|
||||
|
Reference in New Issue
Block a user