From ceec3a7616a28973143ed81651fd7d7b9dc7d775 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Sun, 20 Oct 2019 13:44:34 +0200 Subject: [PATCH] Code cleanup --- 02_Windows_App/Perun_v1/01_Classes/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/02_Windows_App/Perun_v1/01_Classes/Program.cs b/02_Windows_App/Perun_v1/01_Classes/Program.cs index 59686ac..3ec56d8 100644 --- a/02_Windows_App/Perun_v1/01_Classes/Program.cs +++ b/02_Windows_App/Perun_v1/01_Classes/Program.cs @@ -10,13 +10,11 @@ namespace Perun_v1 /// Main entry point to app /// - // Mutex to block multiple instances - //static Mutex mutex = new Mutex(true, "{5a710507-92e9-4664-9b91-918b8b82f107}"); - [STAThread] static void Main() { + // Main entry point to the app Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.ApplicationExit += new EventHandler(Application_ApplicationExit);