WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UpdatePwdDlg.cs
@@ -1,14 +1,16 @@ using DevExpress.XtraEditors; using Yw.WinFrmUI; namespace HStation.WinFrmUI { public partial class UpdatePwdDlg : DevExpress.XtraEditors.XtraForm { public UpdatePwdDlg() { InitializeComponent(); // this.IconOptions.Icon = Properties.Resources.App; // this.layoutControl1.SetupLayoutControl(); //this.IconOptions.Icon = Properties.Resources.App; this.layoutControl1.SetupLayoutControl(); } private long _userLoginId;