bug
lu
6 天以前 da7a62b106c8192140427e243e1d41fca1625838
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);
                }
            }
        }