Exemplo n.º 1
0
 public frmRoleManage()
 {
     InitializeComponent();
     roleLogic      = new Sys_RoleLogic(this);
     roleRightLogic = new Sys_RoleRightLogic(this);
     dictLineLogic  = new SYS_DictItemLineLogic(this);
 }
Exemplo n.º 2
0
 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);
 }