コード例 #1
0
ファイル: MainForm.cs プロジェクト: dptetc/CSOTools
 private static bool VerifyFilesHelper(NexonArchiveFileEntry file)
 {
     return(file.Verify());
 }
コード例 #2
0
 private static bool VerifyHelper(NexonArchiveFileEntry entry)
 {
     return(entry.Verify());
 }