void employeeSelectUserControl_BeforeBind(CEventArgs<EmployeeCMDeptEntity[]> e)
 {
     if (BeforeBind != null)
     {
         this.BeforeBind(e);
     }
 }
 void dlyTypeSelectUserControl1_BeforeBind(CEventArgs<DlyTypeCateEntity[]> e)
 {
     if (BeforeBind != null)
         BeforeBind(e);
 }
 void userSelectUserControl1_BeforeBind(CEventArgs<UserEntity[]> e)
 {
     if (BeforeBind != null)
     {
         this.BeforeBind(e);
     }
 }
 void deptSelectUserControl1_BeforeBind(CEventArgs<DeptCMCateEntity[]> e)
 {
     if (BeforeBind != null)
         BeforeBind(e);
 }
 void stockSelectUserControl_BeforeBind(CEventArgs<StockCMEntity[]> e)
 {
     if (BeforeBind != null)
     {
         this.BeforeBind(e);
     }
 }