我面临一个问题;在导航两个页面期间,我的应用程序崩溃了。
是否有可能在 Windows Phone 8 中出现以下情况?
//In Myonepage.xaml on button click
MySecondpage mypageobject = new MySecondpage();
NavigationService.Source(mypageobject);
// i know above syntax is not possible but i want something like this. actually i don't want to create new Uri object for navigate to the secondpage.xaml.
如果有人知道要执行此方案,请告诉我。