pulizia generale
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user