【发布时间】:2013-07-12 13:35:55
【问题描述】:
this.NavigationService.Navigate(new Uri("/MainPage.xaml?pivott.SelectedIndex = 0", UriKind.Relative));
我正在使用此代码导航我的数据透视索引 = 0,它只工作一次。当我要求第二个时,我的程序会停止。不退出而是停止。这是什么原因?我该如何解决?
【问题讨论】:
标签: c# windows-phone-7 navigation pivot