StartNewGame() public method

public StartNewGame ( ) : void
return void
Ejemplo n.º 1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     _game.StartNewGame();
 }
Ejemplo n.º 2
0
 private void Play_Tapped(object sender, TappedRoutedEventArgs e)
 {
     _game.StartNewGame();
 }