예제 #1
0
 private void SettingsButton_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         this.NavigationService.Navigate(PageUrl.Settings());
     }
     catch (InvalidOperationException)
     {
         // Couldn't navigate we're probably being closed
     }
 }