Exemplo n.º 1
0
        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;
        }
Exemplo n.º 2
0
        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;
        }