Пример #1
0
 public CommForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_listVehicles = m_obdInterface.GetVehicleProfiles();
     PopulateProfileCombobox();
 }
Пример #2
0
 public CommForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_listVehicles = m_obdInterface.GetVehicleProfiles();
     PopulateProfileCombobox();
 }
Пример #3
0
 public VehicleForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface = obd2;
     m_arrayVehicleList = m_obdInterface.GetVehicleProfiles();
 }
Пример #4
0
 public VehicleForm(OBDInterface obd2)
 {
     InitializeComponent();
     m_obdInterface     = obd2;
     m_arrayVehicleList = m_obdInterface.GetVehicleProfiles();
 }