Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Created August 21, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuitsjp/31d501eef5f65f9c44b4a882d73ae507 to your computer and use it in GitHub Desktop.
Save nuitsjp/31d501eef5f65f9c44b4a882d73ae507 to your computer and use it in GitHub Desktop.
NavigationService Overview RegisterTypes
protected override void RegisterTypes()
{
Container.RegisterTypeForNavigation<MainPage>();
Container.RegisterTypeForNavigation<SecondPage>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment