mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Code cleanup
This commit is contained in:
@@ -10,13 +10,11 @@ namespace Perun_v1
|
|||||||
/// Main entry point to app
|
/// Main entry point to app
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
||||||
// Mutex to block multiple instances
|
|
||||||
//static Mutex mutex = new Mutex(true, "{5a710507-92e9-4664-9b91-918b8b82f107}");
|
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
|
|
||||||
static void Main()
|
static void Main()
|
||||||
{
|
{
|
||||||
|
// Main entry point to the app
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.ApplicationExit += new EventHandler(Application_ApplicationExit);
|
Application.ApplicationExit += new EventHandler(Application_ApplicationExit);
|
||||||
|
|||||||
Reference in New Issue
Block a user