public static int nNewMoHinhID = 0; // ID cua tinh thanh pho moi them vao public QLNS_TrinhDo_ChuyenMon() { InitializeComponent(); oCNVC_ChuyenMonTongQuat = new CNVC_ChuyenMonTongQuat(); oCNVC_TrinhDoPhoThong = new CNVC_TrinhDoPhoThong(); dtChuyenMon = new DataTable(); dtTrinhDo = new DataTable(); dtTinhTP = new DataTable(); dtMoHinh = new DataTable(); oTinhTP = new Business.TinhTP(); oMoHinhDaoTao = new Business.MoHinhDaoTao(); }
public QLNS_DaoTaoBoiDuong() { InitializeComponent(); dtFile = new DataTable(); oCNVC_DaoTaoBoiDuong = new CNVC_DaoTaoBoiDuong(); oHinhThucDaoTao = new Business.HinhThucDaoTao(); oVanBangChinhQuy = new Business.VanBangChinhQuy(); oMoHinh = new Business.MoHinhDaoTao(); dtDaoTaoBoiDuong = new DataTable(); dtHinhThuc = new DataTable(); dtDaoTao = new DataTable(); dtBoiDuong = new DataTable(); dtVanBang = new DataTable(); dtTinhTP = new DataTable(); dtQuocGia = new DataTable(); dtMoHinh = new DataTable(); oTinhTP = new Business.TinhTP(); oQuocGia = new Business.QuocGia(); oFTP = new Business.FTP(); lst_gb = new List<KeyValuePair<GroupBox, float>>(); lst_gb.Add(new KeyValuePair<GroupBox, float>(groupb_DaoTao, float.Parse("50"))); lst_gb.Add(new KeyValuePair<GroupBox, float>(groupb_BoiDuong, float.Parse("50"))); }
string UCCallerName; // ten UC cha goi UC them tinh tp public ThemMoHinhDT(string m_Caller) { InitializeComponent(); oMoHinhDT = new Business.MoHinhDaoTao(); UCCallerName = m_Caller; }