public NghiPhep() { InitializeComponent(); oThongTinCNVC = new HDQD.UCs.ThongTinCNVC(); oThongTinCNVC.Dock = DockStyle.Fill; oNghiPhep = new Business.Luong.NghiPhep(); dtLoaiNgayPhep = new DataTable(); }
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; }
public TinhLuong() { InitializeComponent(); oThongTinCNVC = new HDQD.UCs.ThongTinCNVC(); lstNV = new List<string>(); lstDV = new List<string>(); oDonVi = new Business.DonVi(); oTinhLuong = new Business.Luong.TinhLuong(); dtDonVi = new DataTable(); lstDV_ID = new List<int>(); lstMaNV = new List<string>(); dtLuong = new DataTable(); dtPhuCap = new DataTable(); }
public TinhLuong() { InitializeComponent(); oThongTinCNVC = new HDQD.UCs.ThongTinCNVC(); lstNV = new List <string>(); lstDV = new List <string>(); oDonVi = new Business.DonVi(); oTinhLuong = new Business.Luong.TinhLuong(); dtDonVi = new DataTable(); lstDV_ID = new List <int>(); lstMaNV = new List <string>(); dtLuong = new DataTable(); dtPhuCap = new DataTable(); }