Exemplo n.º 1
0
        public frmCountry()
        {
            InitializeComponent();
            DALObject = new DAL.City.CountryDAL();

            FirstControl = txtCountryName;
        }
Exemplo n.º 2
0
        public frmState()
        {
            InitializeComponent();

            FirstControl = txtStateName;
            DALObject    = new DAL.City.StateDAL();
            CountryDAL   = new DAL.City.CountryDAL();

            FirstControl = txtStateName;
        }