Esempio n. 1
0
 public void Save(string path)
 {
     var dataStore = new DataStore { Path = path };
     dataStore.SaveRecord(this);
 }