Beispiel #1
0
 private static bool RestoreFromFileNewSize(string fn)
 {
     return(SafetyFile.RestoreFromFileWithSize(fn, "_new_"));
 }
Beispiel #2
0
 private static bool RestoreFromFileOldSize(string fn)
 {
     return(SafetyFile.RestoreFromFileWithSize(fn, "_old_"));
 }