From 467578cbe7f027c14ceba0aed16fb827b94e2c65 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 07 三月 2025 09:41:58 +0800
Subject: [PATCH] pbs-为登录静态类赋值

---
 Desktop/HStation.Xhs.Hydro.Test.Core/Program.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Desktop/HStation.Xhs.Hydro.Test.Core/Program.cs b/Desktop/HStation.Xhs.Hydro.Test.Core/Program.cs
index cb3d5ff..1289ec5 100644
--- a/Desktop/HStation.Xhs.Hydro.Test.Core/Program.cs
+++ b/Desktop/HStation.Xhs.Hydro.Test.Core/Program.cs
@@ -16,7 +16,7 @@
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new Form2());
+            Application.Run(new Form3());
         }
     }
 }

--
Gitblit v1.9.3