Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created August 17, 2017 11:56
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 tomwis/9035522303ded540014b54ce4668b21c to your computer and use it in GitHub Desktop.
Save tomwis/9035522303ded540014b54ce4668b21c to your computer and use it in GitHub Desktop.
public App()
{
// ...
var page = FreshPageModelResolver.ResolvePageModel<DashboardViewModel>();
var basicNavContainer = new FreshNavigationContainer(page);
MainPage = basicNavContainer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment