Esempio n. 1
0
 public void setTask(Task t)
 {
     task = t;
     allOptions= new bool[t.getIdTests().Count];
 }