From ae601f212eef77cb17e4e270bb73296a8da1d39f Mon Sep 17 00:00:00 2001 From: funa4i Date: Tue, 29 Oct 2024 13:55:57 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD?= =?UTF-8?q?=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StudentProgressRecord/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/StudentProgressRecord/Program.cs b/StudentProgressRecord/Program.cs index 3b95758..4483628 100644 --- a/StudentProgressRecord/Program.cs +++ b/StudentProgressRecord/Program.cs @@ -15,8 +15,6 @@ namespace StudentProgressRecord [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 University()); }