Exemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     textBox2.Text = "";
     Cyphers.Feyge(int.Parse(textBox1.Text));
 }
Exemplo n.º 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     textBox2.Text = "";
     Cyphers.ClausShnor(int.Parse(textBox1.Text));
 }