From 64cc999ecf2ada69be27b168d63e42acc5e85c88 Mon Sep 17 00:00:00 2001 From: Shao Wei Date: Wed, 9 Apr 2025 17:15:51 +0800 Subject: [PATCH] 3rd commit --- test1/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test1/Program.cs b/test1/Program.cs index 8881a47..2bd6433 100644 --- a/test1/Program.cs +++ b/test1/Program.cs @@ -12,6 +12,8 @@ namespace test1 // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); Application.Run(new Form1()); + + } } } \ No newline at end of file