public LoaiNgayPhep() { InitializeComponent(); oLoaiNgayPhep = new Business.Luong.LoaiNgayPhep(); dtLoaiNgayPhep_compact = new DataTable(); dtLoaiNgayPhep = new DataTable(); oLoaiPhuCap = new Business.HDQD.LoaiPhuCap(); PC_PhanTram = new List <KeyValuePair <int, double> >(); }
public LoaiNgayPhep() { InitializeComponent(); oLoaiNgayPhep = new Business.Luong.LoaiNgayPhep(); dtLoaiNgayPhep_compact = new DataTable(); dtLoaiNgayPhep = new DataTable(); oLoaiPhuCap = new Business.HDQD.LoaiPhuCap(); PC_PhanTram = new List<KeyValuePair<int, double>>(); }
static List<int> lWorkingDays = new List<int>(); // list working days khi break ngay nghi theo month public ChamCong() { InitializeComponent(); oThongTinCNVC = new HDQD.UCs.ThongTinCNVC(); dtNgayNghi = new DataTable(); oChamCong = new Business.Luong.ChamCong(); oLoaiNgayPhep = new Business.Luong.LoaiNgayPhep(); oThongTinCNVC.btn_Tim.Click += new EventHandler(btn_Tim_Click); oThongTinCNVC.Dock = DockStyle.Fill; }
static List <int> lWorkingDays = new List <int>(); // list working days khi break ngay nghi theo month public ChamCong() { InitializeComponent(); oThongTinCNVC = new HDQD.UCs.ThongTinCNVC(); dtNgayNghi = new DataTable(); oChamCong = new Business.Luong.ChamCong(); oLoaiNgayPhep = new Business.Luong.LoaiNgayPhep(); oThongTinCNVC.btn_Tim.Click += new EventHandler(btn_Tim_Click); oThongTinCNVC.Dock = DockStyle.Fill; }