lu
2025-04-02 0ef6a1f40d206bafb20e7f9b05fd072580102541
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -508,7 +508,6 @@
        }
        private void BtnSave_ItemClick(object sender, ItemClickEventArgs e)
        {
            if (btnSaveClick != null)
@@ -621,8 +620,6 @@
            if (btnWgClick != null) btnWgClick(this, e);
        }
        private void BtnbZhongTai_ItemClick(object sender, ItemClickEventArgs e)
        {
            if (btnZhongTaiClick != null) btnZhongTaiClick(this, e);
@@ -686,7 +683,6 @@
            Gs.DevApp.UserControl.SelectFont DevFrm = new SelectFont();
            DevFrm.ShowDialog();
        }
        private void _enabledBtn(List<string> lstBtn)
        {
            foreach (BarItem item in barManager1.Items)