From d289e2300e1ce74ef335d8d0c900c1e71103084a Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sun, 24 Jan 2016 23:05:35 +0200 Subject: [PATCH] Changed var publicity --- Crypto Notepad/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;