Esempio n. 1
0
 public EncryptionTests()
 {
     _testEncrypt = new Encryption();
     _testDecrypt = new Encryption();
 }