예제 #1
0
 // function that hide the encryption page and open the decryption
 private void Hideencrypt()
 {
     EnterPass.Hide();
     textBox1.Hide();
     Key.Hide();
     keyBox.Hide();
     Start.Hide();
     labelOut.Hide();
     encryptedPass.Hide();
     tryAgain.Hide();
     Cryptoking.Hide();
 }
예제 #2
0
 //function that reshow all the elements again.
 private void Showencrypt()
 {
     EnterPass.Show();
     textBox1.Show();
     Key.Show();
     keyBox.Show();
     Start.Show();
     labelOut.Show();
     encryptedPass.Show();
     tryAgain.Show();
     Cryptoking.Show();
 }