StartNewGame() 공개 메소드

public StartNewGame ( ) : void
리턴 void
예제 #1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     _game.StartNewGame();
 }
예제 #2
0
 private void Play_Tapped(object sender, TappedRoutedEventArgs e)
 {
     _game.StartNewGame();
 }