Removed unused variables

This commit is contained in:
Alexander 2019-09-28 22:44:14 +03:00
parent e0d55d657e
commit 505a7caff4

View file

@ -20,14 +20,12 @@ static void Main()
static class PublicVar
{
public static EncryptedString encryptionKey = new EncryptedString();
public static bool randomizeSalts = true;
public static bool keyChanged = false;
public static bool settingsChanged = false;
public static bool okPressed = false;
public const string appName = "Crypto Notepad";
public static string openFileName;
}
static class TypedPassword
{
public static string Value { get; set; }