key var renamed to encryptionKey

This commit is contained in:
Sigmanor 2016-01-25 20:27:32 +02:00
parent c503decb08
commit bf4a61b967

View file

@ -13,7 +13,7 @@ public Form2()
private void button1_Click(object sender, EventArgs e)
{
MainWindow.key = textBox1.Text;
MainWindow.encryptionKey = textBox1.Text;
textBox1.Focus();
textBox1.Text = "";
OkPressed = true;