예제 #1
0
 public string OnSave(List <object> listOfObjects, string fileName)
 {
     return(serialization.OnSave(listOfObjects, fileName));
 }