/// <summary>
 /// Sets the question and delegate, used externally.
 /// </summary>
 /// <param name="d">D.</param>
 /// <param name="question">Question.</param>
 public void SetQuestion(MasterViewController d, QuestionItem question)
 {
     Delegate        = d;
     currentQuestion = question;
 }
Exemplo n.º 2
0
 public DataSource(MasterViewController controller)
 {
     this.controller = controller;
 }