diff --git a/Crypto Notepad/Form1.cs b/Crypto Notepad/Form1.cs index 11cce9a..3a8f02a 100644 --- a/Crypto Notepad/Form1.cs +++ b/Crypto Notepad/Form1.cs @@ -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;