duheng
2024-08-06 e2889cbb1fe40254e1b8ad5b922cbd53aa8b442b
Desktop/HStation.DeskTop.Xhs.Main/Login/LoginFrm.cs
@@ -45,7 +45,7 @@
        private void btnLogin_Click(object sender, EventArgs e)
        {
            LocalLogin();
            Login();
        }
        /// <summary>
@@ -136,7 +136,7 @@
            }
            settings.Save();
            var login = new LoginUser(result);
            var login = new GlobalParas(result);
            this.DialogResult = DialogResult.OK;
            this.Close();
        }