How to exit from the application in WP7?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 06:59:13

问题


I want to quit the application from the Application page, on click of a button. Please guide me to do so. Thanks in advance.


回答1:


There is no way to close a Silverlight Application from code, but you will find a small loophole in this under the page i linked in.

Possibly you will find the answer here!

If it is an XNA then you can Call Game.Exit()




回答2:


You can't quit the application. That is controlled by the OS.



来源:https://stackoverflow.com/questions/8681484/how-to-exit-from-the-application-in-wp7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!