摘要:
//设置一个DispatcherTimer,控制三秒内再次点击返回键时执行退出逻辑 public void ExitBy2Click(System.ComponentModel.CancelEventArgs e) { if (!IsExit) ... 阅读全文
摘要:
wp7//退出应用new Microsoft.Xna.Framework.Game().Exit();==================================================wp8中无法使用上边的方法,下边两种都可行1.while (NavigationService.B... 阅读全文
摘要:
varcurrentPage=(PhoneApplicationFrame)App.Current.RootVisual; 阅读全文