I'm literally on fire rn
This commit is contained in:
@@ -8,9 +8,11 @@ namespace Password_Manager
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Fields.ListOfProfiles = new ProfileList();
|
||||
ProfileHandler.ListOfProfiles = new ProfileList();
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new MainForm());
|
||||
}
|
||||
Application.Run(mainForm);
|
||||
}
|
||||
|
||||
public static MainForm mainForm = new MainForm();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user