bug
lu
5 天以前 6b7f640c7952a3948b896d4c585d416f546788a1
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -254,7 +254,7 @@
                }
                catch (Exception ex)
                {
                    MsgHelper.Warning("提示:" + ex.Message);
                    MsgHelper.ShowError("提示:" + ex.Message);
                }
            };
            frm.ShowDialog();
@@ -452,10 +452,9 @@
                    lst.Add(btnShouHouChk.Name);
                    lst.Add(btnShouHouFchk.Name);
                    lst.Add(btnIn.Name);
                    lst.Add(btnOut.Name);
                    _enabledBtn(lst);
                }
            }
        }