Example #1
0
 private void BtnMenu_Click(object sender, RoutedEventArgs e)
 {
     GameContent.Navigate(typeof(MenuPage));
 }
Example #2
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     GameContent.Navigate(typeof(Tetris_home_frame));
 }
Example #3
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     GameContent.Navigate(typeof(TicTacToe_frame));
 }
Example #4
0
 public MainPage()
 {
     this.InitializeComponent();
     GameContent.Navigate(typeof(MenuPage));
     FocusManager.TryMoveFocus(FocusNavigationDirection.Down);
 }