public FrmXtraSalaryVoucher()
 {
     InitializeComponent();
     salaryVouchersPresenter = new SalaryVouchersPresenter(this);
     employeesPresenter      = new EmployeesPresenter(this);
     _lockPresenter          = new LockPresenter(this);
 }
 public FrmA02LDTLRETAIL()
 {
     InitializeComponent();
     dateTimeRangeV1.DateRangePeriodMode = DateRangeMode.Month;
     dateTimeRangeV1.InitSelectedIndex   = GlobalVariable.DateRangeSelectedIndex;
     _salaryVouchersPresenter            = new SalaryVouchersPresenter(this);
     _employeesPresenter = new EmployeesPresenter(this);
 }
 public FrmXtraSalaryPostedVoucher()
 {
     InitializeComponent();
     salaryVouchersPresenter = new SalaryVouchersPresenter(this);
     employeesPresenter      = new EmployeesPresenter(this);
     _lockPresenter          = new LockPresenter(this);
     _dbOptionHelper         = new GlobalVariable();
 }