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