Typo fixed
This commit is contained in:
@@ -30,8 +30,8 @@ namespace SanSystem
|
|||||||
if (dongle.CheckDongleVorhanden())
|
if (dongle.CheckDongleVorhanden())
|
||||||
{
|
{
|
||||||
dongle.CleanDongle();
|
dongle.CleanDongle();
|
||||||
|
|
||||||
|
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new frmMain());
|
Application.Run(new frmMain());
|
||||||
@@ -41,6 +41,7 @@ namespace SanSystem
|
|||||||
MessageBox.Show("Sorry es wurde kein Dongle gefunden!");
|
MessageBox.Show("Sorry es wurde kein Dongle gefunden!");
|
||||||
Application.Exit();
|
Application.Exit();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user