Exemple #1
0
 private void OnStartClicked(HandledEventArgs args)
 {
     args.Handled = true;
     _mapController.NextTurn();
 }