私はWPコーディングを学んでいますが、解決できない問題があります:/
try
{
NavigationService.Navigate(new Uri("/edit.xaml", UriKind.Relative));
}
catch (Exception ex)
{
MessageBox.Show(ex.Message.ToString(),"Error!",MessageBoxButton.OK);
}
edit.xaml は MainPage.xaml と同じディレクトリにあります
「NullReferenceException」をスローします