예제 #1
0
 public static bool FWrite(string filename, string text)
 {
     return(saveAndLoad.FWrite(filename, text));
 }