예제 #1
0
 private void HyperlinkDesktopShortcuts_Click(object sender, RoutedEventArgs e)
 {
     DesktopShortcutPage desktopShortcutPage = new DesktopShortcutPage();
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(desktopShortcutPage);
 }
예제 #2
0
        private void HyperlinkDesktopShortcuts_Click(object sender, RoutedEventArgs e)
        {
            DesktopShortcutPage desktopShortcutPage = new DesktopShortcutPage();

            ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(desktopShortcutPage);
        }