From 06cad3e3558dda436c79b3270cc6ac82a56c3e85 Mon Sep 17 00:00:00 2001 From: MayDayR Date: Tue, 14 Nov 2023 12:45:20 +0400 Subject: [PATCH] revert 3daaaa8edfa9e5f42edc0e6f704401b0550aeee9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert Удалить 'DoubleDeckerBus/Program.cs' --- DoubleDeckerBus/Program.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DoubleDeckerBus/Program.cs diff --git a/DoubleDeckerBus/Program.cs b/DoubleDeckerBus/Program.cs new file mode 100644 index 0000000..0ebcfa7 --- /dev/null +++ b/DoubleDeckerBus/Program.cs @@ -0,0 +1,17 @@ +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