Beispiel #1
0
        private void btnStyleInheritance_Click(object sender, RoutedEventArgs e)
        {
            var newPage = new ResourcesAndStyling.StyleInheritance.StyleInheritance();

            NavigationService.GetNavigationService(this).Navigate(newPage);
        }
Beispiel #2
0
 private void btnStyleInheritance_Click(object sender, RoutedEventArgs e)
 {
     var newPage = new ResourcesAndStyling.StyleInheritance.StyleInheritance();
     NavigationService.GetNavigationService(this).Navigate(newPage);
 }