Skip to content

Instantly share code, notes, and snippets.

@dhindrik
Created August 3, 2020 20:05
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 dhindrik/62cee82a0a25b7a099aa6bdbc842eebd to your computer and use it in GitHub Desktop.
Save dhindrik/62cee82a0a25b7a099aa6bdbc842eebd to your computer and use it in GitHub Desktop.
public ICommand Create => new TinyCommand(async() => {
await CreatePerson();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment