コード例 #1
0
ファイル: InputSettings.cs プロジェクト: drbille/Jesper
 private void DriveButtonSelect_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (controlInitalized)
     {
         mainDisplay.setDriveButton(DriveButtonSelect.SelectedIndex);
     }
 }