Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Created May 17, 2018 13:33
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 Majirefy/6ae3e956a7da3ab5606e2de60b462662 to your computer and use it in GitHub Desktop.
Save Majirefy/6ae3e956a7da3ab5606e2de60b462662 to your computer and use it in GitHub Desktop.
Creating a view model Programmatically.
public LoginView()
{
InitializeComponent();
BindingContext = new LoginViewModel(navigationService);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment