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()); }