コード例 #1
0
ファイル: FileStorage.cs プロジェクト: elliottsb/psvreader
 public byte[] ReadContent()
 {
     return(FileOpHelper.ReadContent(filename));
 }