Example #1
0
 public Msg_Convert(int ConstKey1, int ConstKey2, int DynamicKey)
 {
     Crypter = new Crypt(ConstKey1, ConstKey2, DynamicKey);
 }
Example #2
0
 public Msg_Convert()
 {
     Crypter = new Crypt();
 }