mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19:55:40 +02:00
Code cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Perun_v1
|
||||
@@ -14,7 +13,7 @@ namespace Perun_v1
|
||||
|
||||
static void Main()
|
||||
{
|
||||
// Main entry point to the app
|
||||
// Main entry point to the app
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.ApplicationExit += new EventHandler(Application_ApplicationExit);
|
||||
|
||||
Reference in New Issue
Block a user