key var renamed to encryptionKey

This commit is contained in:
Sigmanor 2016-01-25 20:24:31 +02:00
parent cfbff03e47
commit 0d32079219

View file

@ -16,7 +16,7 @@ namespace Crypto_Notepad
{
public partial class MainWindow : Form
{
public static string key = "";
public static string encryptionKey = "";
public static bool keyChanged = false;
public static bool settingsChanged = false;
string[] args = Environment.GetCommandLineArgs();