Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created September 26, 2017 17:01
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 tomwis/b5c7eff29773a9ab38d77de47b0b4661 to your computer and use it in GitHub Desktop.
Save tomwis/b5c7eff29773a9ab38d77de47b0b4661 to your computer and use it in GitHub Desktop.
await NavigationService.Navigate<MonthEditViewModel>(); // prosta nawigacja do MonthEditViewModel
await NavigationService.Navigate<MonthEditViewModel, MonthItem>(SelectedMonth); // nawigacja z przekazaniem parametru
var result = await NavigationService.Navigate<MonthEditViewModel, MonthItem, MonthItem>(SelectedMonth); // nawigacja z przekazaniem parametru i czekaniem na wynik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment