Exemple #1
0
        private void Button_4_Click(object sender, RoutedEventArgs e)
        {
            RoyalWy royal = new RoyalWy();

            ChangePage();
            LoadPage.NavigationService.Navigate(royal);
        }
        private void Btn_Variation_Click(object sender, RoutedEventArgs e)
        {
            Clear();
            RoyalWy rowy = new RoyalWy();

            LoadPage.NavigationService.Navigate(rowy);
        }