Example #1
0
 private void button10_Click(object sender, EventArgs e)
 {
     textBox10.Text = DragonEncryption.Decrypt(textBox11.Text, textBox9.Text, (short)numericUpDown4.Value);
 }
Example #2
0
 private void button9_Click(object sender, EventArgs e)
 {
     textBox7.Text = DragonEncryption.Encrypt(textBox6.Text, textBox8.Text, (short)numericUpDown3.Value);
 }