Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Created June 2, 2018 11: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 FraukeN/70d9207ea2c5f90061eb3fd29383f405 to your computer and use it in GitHub Desktop.
Save FraukeN/70d9207ea2c5f90061eb3fd29383f405 to your computer and use it in GitHub Desktop.
OverviewPage with DI
public OverviewPage()
{
InitializeComponent();
_viewModel = new OverviewVM(null);
BindingContext = _viewModel;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment