DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -6,6 +6,7 @@ using System.Net; using System.Windows.Forms; using DevExpress.XtraBars; using DevExpress.XtraBars.Commands; using DevExpress.XtraEditors; using Gs.DevApp.DevFrm.Rpt; using Gs.DevApp.DevFrm.Sys; @@ -74,7 +75,7 @@ if (parentForm != null) { PictureBox specificControl = (PictureBox)parentForm.Controls.Find("picCheckBox", true).FirstOrDefault(); if (specificControl== null) if (specificControl == null) return false; if (specificControl.Tag == null) return false;