コード例 #1
0
ファイル: FileUtils.cs プロジェクト: uuware/mobile-memo
 public static string FRead(string filename)
 {
     return(saveAndLoad.FRead(filename));
 }