mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
key var renamed to encryptionKey
This commit is contained in:
parent
c503decb08
commit
bf4a61b967
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue