not sure what you mean by "calling the base method"?
OnNavigatedTo was generated by the template and not explicitly modified by the tutorial.
This is what it looks like:
protected override void OnNavigatedTo(NavigationEventArgs e)
{
navigationHelper.OnNavigatedTo(e);
}
No comments:
Post a Comment