From 5cdf431f47875a2d42135e68479e6ff915a0935e Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Sun, 28 Apr 2024 12:36:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Polyclinic/PolyclinicView/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyclinic/PolyclinicView/Program.cs b/Polyclinic/PolyclinicView/Program.cs index 8e88249..b2c58fd 100644 --- a/Polyclinic/PolyclinicView/Program.cs +++ b/Polyclinic/PolyclinicView/Program.cs @@ -11,7 +11,7 @@ namespace PolyclinicView // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); - Application.Run(); + //Application.Run(); } } } \ No newline at end of file