bro check it out

This commit is contained in:
Miskolczi Richárd
2023-03-24 12:39:50 +01:00
parent b4a83782e9
commit bb7625d2f8
6 changed files with 36 additions and 19 deletions

View File

@@ -8,8 +8,7 @@ namespace Password_Manager
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
Fields.ListOfProfiles = new ProfileList();
ApplicationConfiguration.Initialize();
Application.Run(new MainForm());
}