Exemplo n.º 1
0
        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();
        }
Exemplo n.º 2
0
 public CategorySearcher()
 {
     this.wbTest = new WebBrowser();
     this.DSCarShop = new CarShopDataSet();
     this.DSCarShop.InitAdapters();
 }
Exemplo n.º 3
0
  public ModelSearcher()
 {
     this.wbTest = new WebBrowser();
     this.DSCarShop = new CarShopDataSet();
 }