c# - How to terminate windows phone 8.1 app -
c# - How to terminate windows phone 8.1 app -
i want exit app when user press button. have used hardware pressed events navigate between pages. when navigated first page no hardware button press event used , press button goes menu screen , not getting terminated shown in image
need help.
i faced same problem using next piece of code
application.current.exit()
the application shuts downwards properly.
c# windows-phone-8.1
Comments
Post a Comment