Restyling Client-UI Windows

This commit is contained in:
CMS3762\carminatini
2017-12-21 11:56:24 +01:00
parent cc88c89c83
commit 6ab016f73d
9 changed files with 720 additions and 315 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace CMS_Client
Application.SetCompatibleTextRenderingDefault(false);
//Run the Loading Form
Application.Run(new LoadingForm());
Application.Run(new OpeningForm());
//Run the Main-Browser Form
Application.Run(new MainForm());