Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Last active August 14, 2016 05:52
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/e1290a7b6aaf3984d8bd476ea513d599 to your computer and use it in GitHub Desktop.
Save nuitsjp/e1290a7b6aaf3984d8bd476ea513d599 to your computer and use it in GitHub Desktop.
【Xamarin】Prism.Forms入門 ViewModelLocator RegisterFactory
protected override void ConfigureViewModelLocator()
{
base.ConfigureViewModelLocator();
ViewModelLocationProvider.Register<MainPage>(() => new MainPageViewModel());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment