コード例 #1
0
ファイル: Csv.cs プロジェクト: msruzy/digimon-linkz-client
 public bool CheckMachKey(Csv csv)
 {
     return(this.CheckMachKey(csv.GetKeyList()));
 }