Esempio n. 1
0
 public bool DeleteDefaults()
 {
     return(Saves.Delete(DefaultPath));
 }
Esempio n. 2
0
 public bool Delete()
 {
     return(Saves.Delete(NormalPath));
 }