c# - Go back to start (windows phone 8) -


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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -