X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d3e00ce1eca6a7736f30b2e93992d0d5a6161de6..ac61b81a0b20b86a4865d5e2802f704ad1075541:/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs?ds=inline diff --git a/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs b/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs deleted file mode 100644 index 2588e60c1..000000000 --- a/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Windows.Forms; - -namespace Project1HostApp -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new frmDataloggerSettings()); - } - } -}