我可以使用导航服务导航到 windows phone 8 中的页面对象,而不是像给 Uri 一样
this.NavigationService.Navigate(new Page1());
代替
NavigationService.Navigate(new Uri("/Page1.xaml", UriKind.Relative));
我可以使用导航服务导航到 windows phone 8 中的页面对象,而不是像给 Uri 一样
this.NavigationService.Navigate(new Page1());
代替
NavigationService.Navigate(new Uri("/Page1.xaml", UriKind.Relative));