コード例 #1
0
ファイル: SettingsForm.cs プロジェクト: testdoron/ProScan
 public SettingsForm(Preferences prefs)
 {
     InitializeComponent();
     m_preferences = prefs;
     m_obd2Interface = new OBD2Interface();
 }
コード例 #2
0
ファイル: WelcomeForm.cs プロジェクト: testdoron/ProScan
 public WelcomeForm(OBD2Interface obd2)
 {
     InitializeComponent();
     m_obd2Interface = obd2;
 }
コード例 #3
0
 public DriveRatioCalcForm(OBD2Interface obd2)
 {
     m_obd2Interface = obd2;
     InitializeComponent();
 }
コード例 #4
0
 public SettingsForm(Preferences prefs)
 {
     InitializeComponent();
     m_preferences   = prefs;
     m_obd2Interface = new OBD2Interface();
 }
コード例 #5
0
 public DriveRatioCalcForm(OBD2Interface obd2)
 {
     m_obd2Interface = obd2;
     InitializeComponent();
 }
コード例 #6
0
 public WelcomeForm(OBD2Interface obd2)
 {
     InitializeComponent();
     m_obd2Interface = obd2;
 }