예제 #1
0
 public void Show()
 {
     if (!NavigationHistoryService.IsCurrent(this))
     {
         NavigationHistoryService.MoveTo(this);
     }
     NavigationPoint.Show();
 }
 public void Show()
 {
     if (NavigationPoint is DocumentNavigationPoint)
     {
         if (!NavigationHistoryService.IsCurrent(this))
         {
             NavigationHistoryService.MoveTo(this);
         }
     }
     NavigationPoint.ShowDocument();
 }