Beispiel #1
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_VanBang()
        {
            InitializeComponent();
            vanbang = new VanBangChinhQuy();
            trinhdo = new TrinhDo();

        }
Beispiel #2
0
        private void RefreshDataSource()
        {
            oTrinhDo = new TrinhDo();
            DataTable dt = oTrinhDo.GetTrinhDoList();

            if (dt != null)
            {
                PrepareDataSource(dt);
                EditDtgInterface();
            }
        }
Beispiel #3
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_TrinhDo()
        {
            InitializeComponent();
            oTrinhDo = new TrinhDo();
        }
Beispiel #4
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_VanBang()
        {
            InitializeComponent();
            vanbang = new VanBangChinhQuy();
            trinhdo = new TrinhDo();
        }
Beispiel #5
0
 private void RefreshDataSource()
 {
     oTrinhDo = new TrinhDo();
     DataTable dt = oTrinhDo.GetTrinhDoList();
     if (dt != null)
     {
         PrepareDataSource(dt);
         EditDtgInterface();
     }
 }
Beispiel #6
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_TrinhDo()
        {
            InitializeComponent();
            oTrinhDo = new TrinhDo();
        }