Skip to content

Instantly share code, notes, and snippets.

@tomwis
Last active August 17, 2017 12:11
Show Gist options
  • Save tomwis/b6514a8a0af584c32485837bbc387edf to your computer and use it in GitHub Desktop.
Save tomwis/b6514a8a0af584c32485837bbc387edf to your computer and use it in GitHub Desktop.
public Command AddMonthCmd => new Command(async () =>
{
await CoreMethods.PushPageModel<MonthEditViewModel>();
// lub await CoreMethods.PushPageModel<MonthEditViewModel>(SelectedMonth);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment