private void MainForm_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'carShopDataSet.Models' table. You can move, or remove it, as needed. this.carsTableAdapter.Fill(this.carShopDataSet.Cars); this.modelsTableAdapter.Fill(this.carShopDataSet.Models); DSCars = new CarShopDataSet(); }
public CategorySearcher() { this.wbTest = new WebBrowser(); this.DSCarShop = new CarShopDataSet(); this.DSCarShop.InitAdapters(); }
public ModelSearcher() { this.wbTest = new WebBrowser(); this.DSCarShop = new CarShopDataSet(); }