From e3e989c41973d029311596bfd144b8ffd19365c0 Mon Sep 17 00:00:00 2001 From: AlyonaFr <149268946+AlyonaFr@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:15:07 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BF=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .../ProjectCatamaran/Resources/Program.cs | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 ProjectCatamaran/ProjectCatamaran/Resources/Program.cs diff --git a/.gitignore b/.gitignore index ca1c7a3..22a16f0 100644 --- a/.gitignore +++ b/.gitignore @@ -398,3 +398,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +/ProjectCatamaran/ProjectCatamaran/Resources/Program.cs diff --git a/ProjectCatamaran/ProjectCatamaran/Resources/Program.cs b/ProjectCatamaran/ProjectCatamaran/Resources/Program.cs deleted file mode 100644 index 89a0c0b..0000000 --- a/ProjectCatamaran/ProjectCatamaran/Resources/Program.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace ProjectCatamaran.Resources -{ - internal static class Program - { - /// - /// The main entry point for the application. - /// - [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 FormCatamaran()); - } - } -} \ No newline at end of file