From 47384e3c5029381d8b9fff2dbacbeec7c1e71845 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 18 Dec 2009 05:25:51 +0000 Subject: Rename HotmailNotifier project files to LEDNotifier. --- Projects/LEDNotifier/WindowsApp/Program.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Projects/LEDNotifier/WindowsApp/Program.cs (limited to 'Projects/LEDNotifier/WindowsApp/Program.cs') diff --git a/Projects/LEDNotifier/WindowsApp/Program.cs b/Projects/LEDNotifier/WindowsApp/Program.cs deleted file mode 100644 index 1dd229d91..000000000 --- a/Projects/LEDNotifier/WindowsApp/Program.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Windows.Forms; - -namespace TestWinForms -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new MailNotifier()); - } - } -} -- cgit v1.2.3