Exemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     dataBrand        = new DataBrand();
     dataVehicleModel = new DataVehicleModel();
     dataInfractions  = new DataInfraction();
     ReloadBrands();
     loadBrandsCombo();
     ReloadVehicleModels();
     ReloadInfractions();
 }
Exemplo n.º 2
0
 public BrandControl()
 {
     dataBrand = new DataBrand();
 }