Esempio n. 1
0
 public void Init()
 {
     if (EncryptionKey != null)
     {
         EncryptionKey.Init();
     }
 }