Esempio n. 1
0
 private bool Save()
 {
     return(FileStreamer <IList <T> > .SaveJsonObjectToFile(GenericList));
 }