Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Last active August 21, 2016 05:35
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/d2792a549a8eed481007bde7a3b4b98a to your computer and use it in GitHub Desktop.
Save nuitsjp/d2792a549a8eed481007bde7a3b4b98a to your computer and use it in GitHub Desktop.
NavigationService Overview MainPageViewModel1
private readonly INavigationService _navigationService;
public MainPageViewModel(INavigationService navigationService)
{
_navigationService = navigationService;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment