I\'m learning WP coding and I have problem that I can\'t solve :/
try { NavigationService.Navigate(new Uri(\"/edit.xaml\", UriKind.Relative)); } catch
Use this.... This solved my problem.
this.Loaded += (a, b) => {my code}