From c429c769fc161f173d4273e818d75e2a65effe19 Mon Sep 17 00:00:00 2001 From: MayDayR Date: Tue, 14 Nov 2023 13:00:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'D?= =?UTF-8?q?oubleDeckerBus/Program.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoubleDeckerBus/Program.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 DoubleDeckerBus/Program.cs 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