示例#1
0
        //string m_ma_nv = "";

        public QLNS_ThongTinGiaDinh()
        {
            InitializeComponent();
            oQHeGiaDinh    = new Business.CNVC.CNVC_QHGiaDinh();
            oTinhTP        = new TinhTP();
            oQuocGia       = new QuocGia();
            dtDSQHeGiaDinh = new DataTable();
        }
示例#2
0
        //string m_ma_nv = "";

        public QLNS_ThongTinGiaDinh()
        {
            InitializeComponent();
            oQHeGiaDinh = new Business.CNVC.CNVC_QHGiaDinh();
            oTinhTP = new TinhTP();
            oQuocGia = new QuocGia();
            dtDSQHeGiaDinh = new DataTable();
        }
示例#3
0
        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();
        }
示例#4
0
        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();
        }
示例#5
0
 public QLNS_DSTinh()
 {
     InitializeComponent();
     tinhtp   = new TinhTP();
     dsTinhTP = new DataTable();
 }
示例#6
0
 public QLNS_DSTinh()
 {
     InitializeComponent();
     tinhtp = new TinhTP();
     dsTinhTP = new DataTable();
 }