Exemplo n.º 1
0
 private static bool VerifyFilesHelper(NexonArchiveFileEntry file)
 {
     return(file.Verify());
 }
Exemplo n.º 2
0
 private static bool VerifyHelper(NexonArchiveFileEntry entry)
 {
     return(entry.Verify());
 }