aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/WindowsApp/Program.cs
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-18 05:25:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-18 05:25:51 +0000
commit47384e3c5029381d8b9fff2dbacbeec7c1e71845 (patch)
tree8c8aa2947e9f40befade0d1053be5d3b0c43e077 /Projects/LEDNotifier/WindowsApp/Program.cs
parent3b3ea167f01d24cddc2b59453a000969a42d2234 (diff)
downloadlufa-47384e3c5029381d8b9fff2dbacbeec7c1e71845.tar.gz
lufa-47384e3c5029381d8b9fff2dbacbeec7c1e71845.tar.bz2
lufa-47384e3c5029381d8b9fff2dbacbeec7c1e71845.zip
Rename HotmailNotifier project files to LEDNotifier.
Diffstat (limited to 'Projects/LEDNotifier/WindowsApp/Program.cs')
-rw-r--r--Projects/LEDNotifier/WindowsApp/Program.cs20
1 files changed, 0 insertions, 20 deletions
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
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new MailNotifier());
- }
- }
-}