Beispiel #1
0
 private void Navigation_BackRequested(NavigationView sender, NavigationViewBackRequestedEventArgs args)
 {
     if (ContentHolder.CanGoBack)
     {
         ContentHolder.GoBack();
     }
 }