コード例 #1
0
 public MainWindow()
 {
     InitializeComponent();
     dataBrand        = new DataBrand();
     dataVehicleModel = new DataVehicleModel();
     dataInfractions  = new DataInfraction();
     ReloadBrands();
     loadBrandsCombo();
     ReloadVehicleModels();
     ReloadInfractions();
 }
コード例 #2
0
ファイル: BrandControl.cs プロジェクト: ogrish55/Server
 public BrandControl()
 {
     dataBrand = new DataBrand();
 }