pulizia generale

This commit is contained in:
zaccaria.majid
2023-08-02 12:44:23 +02:00
parent 424c4b1641
commit bf81aaac63
7 changed files with 3 additions and 633 deletions
-9
View File
@@ -22,9 +22,6 @@ namespace SMGen.Data
public int TotCount { get; set; } = 0;
public Dictionary<string, bool> FilesStatus { get; set; } = new Dictionary<string, bool>() ;
public Dictionary<string, string> Files2Download { get; set; } = new Dictionary<string, string>();
#endregion Public Properties
#region Public Methods
@@ -58,12 +55,6 @@ namespace SMGen.Data
if (CurrPage != item.CurrPage)
return false;
if (FilesStatus != item.FilesStatus)
return false;
if (Files2Download != item.Files2Download)
return false;
return true;
}