예제 #1
0
        private void RefreshDataSource()
        {
            LoaiDonVi = new Business.LoaiDonVi();
            DataTable dt = LoaiDonVi.GetList();

            if (dt != null)
            {
                PrepareDataSource(dt);
                EditDtgInterface();
            }
        }
예제 #2
0
 private void RefreshDataSource()
 {
     LoaiDonVi = new Business.LoaiDonVi();
     DataTable dt = LoaiDonVi.GetList();
     if (dt != null)
     {
         PrepareDataSource(dt);
         EditDtgInterface();
     }
 }
예제 #3
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_LoaiDonVi()
        {
            InitializeComponent();
            LoaiDonVi = new Business.LoaiDonVi();
        }
예제 #4
0
        bool AddFlag;   // xac dinh thao tac add hay edit

        public QLNS_LoaiDonVi()
        {
            InitializeComponent();
            LoaiDonVi = new Business.LoaiDonVi();
        }