Created
June 2, 2018 11:44
-
-
Save FraukeN/70d9207ea2c5f90061eb3fd29383f405 to your computer and use it in GitHub Desktop.
OverviewPage with DI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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