SIlverlight WP7切换屏幕

Coo*_*raw 2 silverlight windows-phone-7

如何在WP7上的Silverlight中以编程方式在屏幕之间切换?

谢谢

Oli*_*yen 8

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