コード例 #1
0
ファイル: FileManager.cs プロジェクト: darkwood/HuntLog
 public byte[] ReadAll(string filename)
 {
     return(_fileUtility.ReadAll(filename));
 }