ningshuxia
2025-03-28 ba369f7a7b260c356b1b63fdbe603f44b15cfec5
Desktop/PBS.Desktop/Login/LoginFrm.cs
@@ -74,7 +74,8 @@
            //while (!this.IsHandleCreated)
            //    await Task.Delay(100); // 异步等待 
            this.BeginInvoke(new Action(() => {
            this.Invoke(new Action(() =>
            {
                var threadId = Thread.CurrentThread.ManagedThreadId;
                Yw.Untity.UserRegister.Regist
                   (
@@ -90,7 +91,7 @@
                   );
            }));
            Yw.WinFrmUI.LoginUserInfo.CorpID = result.User.Corpration.ID;
            Yw.WinFrmUI.LoginUserInfo.UserID = result.User.ID;
            Yw.WinFrmUI.LoginUserInfo.AdminType = result.User.AdminType;