From a06a96f5fcdb23e53cd3836e87ff452854eafa5b Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Wed, 20 Apr 2022 15:52:09 +0200 Subject: [PATCH] Typo fixed --- SanSystem/Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SanSystem/Program.cs b/SanSystem/Program.cs index d33be8a..3495a75 100644 --- a/SanSystem/Program.cs +++ b/SanSystem/Program.cs @@ -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);