diff --git a/DoubleDeckerBus/Program.cs b/DoubleDeckerBus/Program.cs deleted file mode 100644 index 0ebcfa7..0000000 --- a/DoubleDeckerBus/Program.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Drawing; - -namespace DoubleDeckerBus -{ - internal static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - ApplicationConfiguration.Initialize(); - Application.Run(new FormDoubleDeckerBus()); - } - } -} \ No newline at end of file