duheng
2025-03-20 bc0ed5b6cfda6c72c06f451b77da8518c41ab210
WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/UserInfoPage.cs
@@ -36,7 +36,7 @@
        private void BtnEditPwd_Click(object sender, EventArgs e)
        {
            var dlg = new UpdatePwdDlg();
            dlg.SetBindingData(GlobalParas._GlobalParas.LoginID);
            dlg.SetBindingData(LoginUserInfo.LoginAccountID);
            dlg.ShowDialog();
        }