I was wanting to say to change from one form to another form actually with a button click during creating a windows store application. I solved this like below
this.Frame.Navigate(typeof(choice));
But if you please tell me how can i exit application by clicking on exit button what will be code for this.Thank You