Esempio n. 1
0
 public void SaveAs(string path)
 {
     FilePath = path;
     file.SaveFile();
     OnPropertyChanged("IsSave");
 }