c# - Go back to start (windows phone 8) -
this question has answer here:
is there way make visual button in mimic start button functionality. when press button navigate start screen of windows phone . without removing entry journal
i don't want close application minimize it. see post told me
if (navigationservice.cangoback) { while (navigationservice.removebackentry() != null) { navigationservice.removebackentry(); } } this code close app . if press start button application continues run in background ,without closing app.
Comments
Post a Comment