Exemple #1
0
 public void RemoveFile(string path)
 {
     FilesToSave.Remove(path);
 }
Exemple #2
0
 public void AddFile(string path)
 {
     FilesToSave.Add(path);
 }