Exemplo n.º 1
0
 public Question Current()
 {
     if (left_side)
     {
         return(aggregate.GetQuestion(left_index));
     }
     else
     {
         return(aggregate.GetQuestion(right_index));
     }
 }
 public Question Current()
 {
     return(aggregate.GetQuestion(index));
 }