Skip to content

Instantly share code, notes, and snippets.

@amr-swalha
Created March 23, 2018 11:37
Show Gist options
  • Select an option

  • Save amr-swalha/21f073a2def66dc573b884e1b2367ef1 to your computer and use it in GitHub Desktop.

Select an option

Save amr-swalha/21f073a2def66dc573b884e1b2367ef1 to your computer and use it in GitHub Desktop.
public MainPageViewModel(INavigationService navigationService)
: base (navigationService)
{
Title = "Main Page";
_navigationService = navigationService;
NavigateToSecond = new DelegateCommand(NavigateToSecondCall);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment