コード例 #1
0
 void Start (){
 
     //create the collection
     questions = new QuestionCollection();
     //fill the collection using this scheme
     questions.AddQuestion("Was that question answered?", new sting[] { "yes", "no" }, 0);
 
     ShowstartScreen ();
 }