mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
filename var
This commit is contained in:
parent
154a8bf24e
commit
c503decb08
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue