change naming of GUI class, fixate Form border, add published executable

This commit is contained in:
2022-05-17 21:00:58 +02:00
parent 4f0cc17177
commit 7f78dfefc5
17 changed files with 300 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ namespace it_projekt
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
Application.Run(new GUI());
}
}
}