コード例 #1
0
 public Question(Quizz quizz, string enonce, List <Answer> otherAnsweres, AnswereType type)
 {
     Type          = type;
     Enonce        = enonce;
     OtherAnsweres = otherAnsweres;
     MyQuizz       = quizz;
     IdQuizz       = MyQuizz.IdQuizz;
 }
コード例 #2
0
 protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
 {
     answereType = (AnswereType)DropDownList1.SelectedIndex;
 }