// (0.0.4) protected void StandbyQuestion(IntroQuestion question) { listBoxQuestions.SelectedItem = question; // 現在の曲を設定する。 SongPlayer.Open(question.Song.FileName); // シークはStartQuestionコマンドで行う。 CurrentQuestion = question; CurrentGameMode = GameMode.Standby; }