예제 #1
0
 public Steganografija()
 {
     InitializeComponent();
     steg  = new Steganography();
     crypt = new Cryptography();
 }
예제 #2
0
 public AES()
 {
     InitializeComponent();
     crypt = new Cryptography();
 }