Changed var publicity

This commit is contained in:
Sigmanor 2016-01-24 23:05:35 +02:00
parent d1edff1bbd
commit d289e2300e

View file

@ -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;