windows phone 7 - Close a WP7 application programmatically? -
possible duplicate:
windows phone 7 close application
how programmatically close wp7 application?
you can call exit doing @ landing page use code on click of application button:
if (navigationservice.cangoback) { while (navigationservice.removebackentry() != null) { navigationservice.removebackentry(); } } this remove entries stack, , press button close application without exception.
Comments
Post a Comment