From a116ffe96e32453c7a2d0d21610d176b7529dc29 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 19 十二月 2024 16:47:31 +0800 Subject: [PATCH] 泵曲线修改 --- WinFrmUI/HStation.WinFrmUI.Organize.Core/00-UserControl/LoginUserInfoCtrl.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Organize.Core/00-UserControl/LoginUserInfoCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Organize.Core/00-UserControl/LoginUserInfoCtrl.cs index cbf3241..3c8bea7 100644 --- a/WinFrmUI/HStation.WinFrmUI.Organize.Core/00-UserControl/LoginUserInfoCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Organize.Core/00-UserControl/LoginUserInfoCtrl.cs @@ -9,13 +9,13 @@ InitializeComponent(); } - Vmo.UserLoginAccount _LoginAccount; - public HStation.Vmo.UserLoginAccount NewBindingData(HStation.Vmo.UserLoginAccount LoginAccount, out string error)//鏂板缓鐢ㄦ埛 + Yw.Vmo.User _LoginAccount; + public Yw.Vmo.User NewBindingData(Yw.Vmo.User LoginAccount, out string error)//鏂板缓鐢ㄦ埛 { error = ""; if(LoginAccount == null)//鏂板缓涓�涓敤鎴� { - _LoginAccount = new Vmo.UserLoginAccount(); + _LoginAccount = new Yw.Vmo.User(); } else { @@ -28,10 +28,10 @@ return null; } _LoginAccount.LoginName= TextEditLoginName.Text; - _LoginAccount.PassWord = TextEditPassWord.Text; + _LoginAccount.LoginPwd = TextEditPassWord.Text; return _LoginAccount; } - public bool ShowLoginName(HStation.Vmo.UserLoginAccount LoginAccount, out string error)//灞曠ず鐢ㄦ埛鍚� + public bool ShowLoginName(Yw.Vmo.User LoginAccount, out string error)//灞曠ず鐢ㄦ埛鍚� { error = ""; if (LoginAccount == null)//鍒ゆ柇鐩墠鏄惁闇�瑕佷慨鏀圭敤鎴蜂俊鎭� -- Gitblit v1.9.3