filename var

This commit is contained in:
Sigmanor 2016-01-25 20:26:55 +02:00
parent 154a8bf24e
commit c503decb08

View file

@ -19,6 +19,7 @@ public partial class MainWindow : Form
public static string encryptionKey = "";
public static bool keyChanged = false;
public static bool settingsChanged = false;
string filename = "Unnamed.cnp";
string[] args = Environment.GetCommandLineArgs();
Properties.Settings ps = Properties.Settings.Default;
int caretPos = 0;