Renamed HotmailNotifier project to LEDNotifier.
[pub/lufa.git] / Projects / HotmailNotifier / WindowsApp / Program.cs
diff --git a/Projects/HotmailNotifier/WindowsApp/Program.cs b/Projects/HotmailNotifier/WindowsApp/Program.cs
deleted file mode 100644 (file)
index 1dd229d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Windows.Forms;\r
-\r
-namespace TestWinForms\r
-{\r
-    static class Program\r
-    {\r
-        /// <summary>\r
-        /// The main entry point for the application.\r
-        /// </summary>\r
-        [STAThread]\r
-        static void Main()\r
-        {\r
-            Application.EnableVisualStyles();\r
-            Application.SetCompatibleTextRenderingDefault(false);\r
-            Application.Run(new MailNotifier());\r
-        }\r
-    }\r
-}\r