コード例 #1
0
ファイル: Question.cs プロジェクト: SaraDrake/daphne-new
 void GoToQuestion(Question q)
 {
     q.Activate();
     Deactivate();
 }