From 9b673ca69c30616b5e5807d665ed8efa2720e1c8 Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期五, 28 三月 2025 17:57:07 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Desktop/PBS.Desktop/Login/LoginFrm.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Desktop/PBS.Desktop/Login/LoginFrm.cs b/Desktop/PBS.Desktop/Login/LoginFrm.cs
index 0617b12..e1fee68 100644
--- a/Desktop/PBS.Desktop/Login/LoginFrm.cs
+++ b/Desktop/PBS.Desktop/Login/LoginFrm.cs
@@ -74,7 +74,7 @@
             //while (!this.IsHandleCreated)
             //    await Task.Delay(100); // 寮傛绛夊緟 
 
-            this.BeginInvoke(new Action(() =>
+            this.Invoke(new Action(() =>
             {
                 var threadId = Thread.CurrentThread.ManagedThreadId;
                 Yw.Untity.UserRegister.Regist

--
Gitblit v1.9.3