public frmRoleManage() { InitializeComponent(); roleLogic = new Sys_RoleLogic(this); roleRightLogic = new Sys_RoleRightLogic(this); dictLineLogic = new SYS_DictItemLineLogic(this); }
public frmSysEmpDataRight() { InitializeComponent(); roleLogic = new Sys_RoleLogic(this); empDataRightLogic = new Sys_EmpDataRightLogic(this); orgLogic = new HR_OrgLogic(this); deptLogic = new HR_DepartmentLogic(this); empLogic = new HR_EmployeeLogic(this); }