WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/AddMenuDlg.cs
@@ -1,4 +1,5 @@ using DevExpress.XtraEditors; using DevExpress.DocumentServices.ServiceModel.DataContracts; using DevExpress.XtraEditors; using System; using System.Windows.Forms; using Yw.WinFrmUI; @@ -72,5 +73,10 @@ this.DialogResult = DialogResult.OK; this.Close(); } private void simpleLabelDelete_Click(object sender, EventArgs e) { this.ComboBoxEditParentsChoice.EditValue = null; } } }