From d86ff794e069b91ca15692dc4e453ee5bf79ba1f Mon Sep 17 00:00:00 2001 From: ekallin Date: Sun, 25 Feb 2024 19:25:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=201=20=D0=BB=D0=B0=D0=B1=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SushiBar/Program.cs b/SushiBar/Program.cs index 402417b..d8d5733 100644 --- a/SushiBar/Program.cs +++ b/SushiBar/Program.cs @@ -4,14 +4,14 @@ namespace SushiBar { /// /// The main entry point for the application. + /// создание 1 лабы /// [STAThread] static void Main() { // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. - ApplicationConfiguration.Initialize(); - Application.Run(new Form1()); + //ApplicationConfiguration.Initialize(); } } } \ No newline at end of file