Exemplo n.º 1
0
 private void AutoChoice()
 {
     if (rightCorrect)
     {
         move.RightChoice(true);
     }
     else
     {
         move.LeftChoice(true);
     }
 }