From ba369f7a7b260c356b1b63fdbe603f44b15cfec5 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期五, 28 三月 2025 17:28:31 +0800
Subject: [PATCH] 导出模板文件上传...

---
 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