问题
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