From 32d77fba3f16546081f0884c5eca72d8c36f4bcf Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 31 Mar 2017 20:52:31 -0400 Subject: We're restarting... --- AleeOS/Program.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 AleeOS/Program.cs (limited to 'AleeOS/Program.cs') diff --git a/AleeOS/Program.cs b/AleeOS/Program.cs deleted file mode 100644 index fa60035..0000000 --- a/AleeOS/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace AleeOS -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new aleeos_login()); - } - } -} -- cgit v1.2.3