コード例 #1
0
ファイル: CommForm.cs プロジェクト: testdoron/ProScan
 public CommForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_listVehicles = m_obdInterface.GetVehicleProfiles();
     PopulateProfileCombobox();
 }
コード例 #2
0
ファイル: CommForm.cs プロジェクト: testdoron/ProScan
 public CommForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_listVehicles = m_obdInterface.GetVehicleProfiles();
     PopulateProfileCombobox();
 }
コード例 #3
0
ファイル: VehicleForm.cs プロジェクト: testdoron/ProScan
 public VehicleForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_arrayVehicleList = m_obdInterface.GetVehicleProfiles();
 }
コード例 #4
0
ファイル: VehicleForm.cs プロジェクト: testdoron/ProScan
 public VehicleForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface     = obd2;
     m_arrayVehicleList = m_obdInterface.GetVehicleProfiles();
 }