//string m_ma_nv = ""; public QLNS_ThongTinGiaDinh() { InitializeComponent(); oQHeGiaDinh = new Business.CNVC.CNVC_QHGiaDinh(); oTinhTP = new TinhTP(); oQuocGia = new QuocGia(); dtDSQHeGiaDinh = new DataTable(); }
bool AddEditQuocGia; // true khi thao tac vs QuocGia, false thi vs TinhTP //List<clsTinhTP_QuocGia> lstTP_QuocGia; #endregion public QLNS_QuocGiaTP() { InitializeComponent(); lstTP = new List<Business.TinhTP>(); lstQuocGia = new List<Business.QuocGia>(); oQuocGia = new Business.QuocGia(); oTinhTP = new Business.TinhTP(); }
bool AddEditQuocGia; // true khi thao tac vs QuocGia, false thi vs TinhTP //List<clsTinhTP_QuocGia> lstTP_QuocGia; #endregion public QLNS_QuocGiaTP() { InitializeComponent(); lstTP = new List <Business.TinhTP>(); lstQuocGia = new List <Business.QuocGia>(); oQuocGia = new Business.QuocGia(); oTinhTP = new Business.TinhTP(); }