コード例 #1
0
ファイル: DiscReader.cs プロジェクト: markstinson/crapwii
 public string ReadString(bool unicode)
 {
     return(context.ReadString(unicode));
 }