duheng
2025-01-13 e7df5d1ece7ecabaa7a3943f24a6621649fdc455
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;
        }
    }
}