Beispiel #1
0
 bool CheckResourceV100(IBinaryReader reader)
 {
     decrypter = DecrypterV100.Create(reader);
     return(decrypter != null);
 }
 bool CheckResourceV100(ref DataReader reader)
 {
     decrypter = DecrypterV100.Create(ref reader);
     return(decrypter != null);
 }