There is a class NavigationService which can be used for navigation of the WPF window:
this.NavigationService.GoForward();
//or
this.NavigationService.Navigate("MysecondPage.xaml")
this.NavigationService.GoForward();
//or
this.NavigationService.Navigate("MysecondPage.xaml")
No comments:
Post a Comment