2010-10-20 62 views

回答

8
NavigationService.Navigate(new Uri("/NextView.xaml", UriKind.Relative)); 
+0

非常感謝你 – CoolStraw 2010-10-20 15:13:47

1

您可以使用導航器來做到這一點:

this.NavigationService.Navigate(new Uri("/Views/Whatever.xaml"), UriKind.Relative));