using DevExpress.XtraEditors; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace HStation.WinFrmUI.Organize.Core._06_MyCenter { public partial class ChagePasswordDlg : DevExpress.XtraEditors.XtraForm { public ChagePasswordDlg() { InitializeComponent(); } private void simpleButtonQuXiao_Click(object sender, EventArgs e) { if (e == null) { return; } this.Close(); } private void simpleButtonQueDingNewPassword_Click(object sender, EventArgs e) { if (e == null) { return; } this.Close(); } } }