Example #1
0
        private void gotoCustomizeSelection()
        {
            NavigationService  navService         = NavigationService.GetNavigationService(this);
            CustomizeSelection customizeSelection = new CustomizeSelection();

            navService.Navigate(customizeSelection);
        }
Example #2
0
        private void GoBack(object sender, RoutedEventArgs e)
        {
            NavigationService  navService         = NavigationService.GetNavigationService(this);
            CustomizeSelection customizeSelection = new CustomizeSelection();

            navService.Navigate(customizeSelection);
        }