Typo fixed

This commit is contained in:
HuskyTeufel
2022-04-20 15:52:09 +02:00
parent 00e7afbfc2
commit a06a96f5fc

View File

@@ -30,8 +30,8 @@ namespace SanSystem
if (dongle.CheckDongleVorhanden())
{
dongle.CleanDongle();
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmMain());
@@ -41,6 +41,7 @@ namespace SanSystem
MessageBox.Show("Sorry es wurde kein Dongle gefunden!");
Application.Exit();
}
}
#else
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);