Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created October 1, 2017 17:44
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/14add90069d64100f6ca59d40b2c94d1 to your computer and use it in GitHub Desktop.
Save tomwis/14add90069d64100f6ca59d40b2c94d1 to your computer and use it in GitHub Desktop.
public partial class DashboardPage : ContentPage
{
public DashboardPage()
{
InitializeComponent();
BindingContext = App.Locator.Dashboard;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment