Пример #1
0
 public frmEmpManage()
 {
     InitializeComponent();
     orgLogic  = new HR_OrgLogic(this);
     deptLogic = new HR_DepartmentLogic(this);
     empLogic  = new HR_EmployeeLogic(this);
 }
Пример #2
0
 public frmSelectDepartment(bool isMutiSelect)
 {
     InitializeComponent();
     InitBaseSelectForm(isMutiSelect, this.dgvDept, this.chkAll, _idColName, _chkColName);
     orgLogic  = new HR_OrgLogic(this);
     deptLogic = new HR_DepartmentLogic(this);
 }
Пример #3
0
 public frmEditEmp()
 {
     InitializeComponent();
     this.GetEditEntity += new dlgGetEditEntity(Form_GetEditEntity);
     empLogic            = new HR_EmployeeLogic(this);
     orgLogic            = new HR_OrgLogic(this);
     deptLogic           = new HR_DepartmentLogic(this);
     dictLineLogic       = new SYS_DictItemLineLogic(this);
 }
Пример #4
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);
 }
Пример #5
0
 public frmCustomerEdit()
 {
     InitializeComponent();
     this.GetEditEntity += new dlgGetEditEntity(Form_GetEditEntity);
     dictLineLogic       = new SYS_DictItemLineLogic(this);
     zoneLogic           = new CRM_ZoneLogic(this);
     orgLogic            = new HR_OrgLogic(this);
     deptLogic           = new HR_DepartmentLogic(this);
     companyLogic        = new CRM_CompanyLogic(this);
 }