Ejemplo n.º 1
0
        private void Hill_cipher_Click(object sender, EventArgs e)
        {
            Hill_cipher_form hcf = new Hill_cipher_form();

            hcf.BringToFront();
            hcf.Show();
        }
Ejemplo n.º 2
0
 private void Hill_cipher_Click(object sender, EventArgs e)
 {
     Hill_cipher_form hcf = new Hill_cipher_form();
     hcf.BringToFront();
     hcf.Show();
 }