From bae9dec240bb0ca5827b6f0fd434869f66acb98d Mon Sep 17 00:00:00 2001 From: FLARJ <122087628+FLARJ@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:38:59 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FurnitureFactory/FurnitureFactory/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FurnitureFactory/FurnitureFactory/Program.cs b/FurnitureFactory/FurnitureFactory/Program.cs index 7d84ecd..8779e7c 100644 --- a/FurnitureFactory/FurnitureFactory/Program.cs +++ b/FurnitureFactory/FurnitureFactory/Program.cs @@ -12,6 +12,7 @@ namespace FurnitureFactory // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); Application.Run(new Form1()); + } } } \ No newline at end of file