How can I nevigate from page1 to mainpage windows phone 7?

Answered How can I nevigate from page1 to mainpage windows phone 7?

  • 2012년 1월 24일 화요일 오후 5:32
     
     
     

    private

     

     void LogOut_Click(object sender, RoutedEventArgs

     

    this.NavigationService.Navigate(new Uri("/MainPage.xaml", UriKind

    .Relative));

    }

    

    this is my code but it will give an error message like

    "An unhandled exception of type 'System.NullReferenceException' occurred in PhoneApp1.dll"

    what would I do?

    e)

     

    {

     

모든 응답