Пример #1
0
        private static void OnGoForward(object sender, ExecutedRoutedEventArgs e)
        {
            NavigationWindow nw = sender as NavigationWindow;

            Debug.Assert(nw != null, "sender must be of type NavigationWindow.");
            nw.GoForward();
        }
Пример #2
0
        // Token: 0x06002A4E RID: 10830 RVA: 0x000C244C File Offset: 0x000C064C
        private static void OnGoForward(object sender, ExecutedRoutedEventArgs e)
        {
            NavigationWindow navigationWindow = sender as NavigationWindow;

            navigationWindow.GoForward();
        }