Exemple #1
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);
 }
Exemple #2
0
 public frmZoneManage()
 {
     InitializeComponent();
     zoneLogic = new CRM_ZoneLogic(this);
 }