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
cfbff03e47
commit
0d32079219
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Crypto_Notepad
|
||||||
{
|
{
|
||||||
public partial class MainWindow : Form
|
public partial class MainWindow : Form
|
||||||
{
|
{
|
||||||
public static string key = "";
|
public static string encryptionKey = "";
|
||||||
public static bool keyChanged = false;
|
public static bool keyChanged = false;
|
||||||
public static bool settingsChanged = false;
|
public static bool settingsChanged = false;
|
||||||
string[] args = Environment.GetCommandLineArgs();
|
string[] args = Environment.GetCommandLineArgs();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue