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

        }
Ejemplo n.º 3
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;
        }
Ejemplo n.º 4
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;
        }