Esempio n. 1
0
        public frmEmployeeShiftAllocation()
        {
            InitializeComponent();

            FirstControl        = deWEDateFrom;
            EmployeeDALObj      = new EmployeeDAL();
            EmployeeShiftDalObj = new EmployeeShiftDAL();
            DALObj = new EmployeeShiftAllocationDAL();
        }
Esempio n. 2
0
 public frmEmployeeShift()
 {
     InitializeComponent();
     DALObject    = new EmployeeShiftDAL();
     FirstControl = txtEmployeeShiftName;
 }