更改WP7应用程序中的页面?

Ver*_*cas 7 windows-phone-7

如何更改WP7应用程序中的页面?

dri*_*iis 16

使用NavigationService.Navigate.

例:

NavigationService.Navigate(new Uri("/Schedules.xaml", UriKind.Relative));
Run Code Online (Sandbox Code Playgroud)