Exemple #1
0
 private void InitTask()
 {
     _task = new ESTask(_questionObject.taskId); //throw error if null
     _task.AddQuestion(this);
 }