Exemplo n.º 1
0
 public void confirmSelection()
 {
     if (onConfirmSelection != null)
     {
         onConfirmSelection();
     }
     if (sopaActiva.IsSolved())
     {
         next();
     }
 }