ViewModel Class - command code snippet
private ICommand $myCommand$; | |
public ICommand $MyCommand$ => $myCommand$ ?? ($myCommand$ = new Command(() => | |
{ | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment