mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed var publicity
This commit is contained in:
parent
d1edff1bbd
commit
d289e2300e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public partial class MainWindow : Form
|
|||
public static string key = "";
|
||||
public static bool keyChanged = false;
|
||||
public static bool settingsChanged = false;
|
||||
public static string[] args = Environment.GetCommandLineArgs();
|
||||
string[] args = Environment.GetCommandLineArgs();
|
||||
Properties.Settings ps = Properties.Settings.Default;
|
||||
int caretPos = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue