Exemple #1
0
 private string GetTypeFileName(FileLoadSaveElem data)
 {
     return(data.GetType().ToString() + "_" + data.GetStrID());
 }