Commander.Fody
Commander.Fody copied to clipboard
Make the API more concise
I'm guessing the API can be made even more concise eg. can the string argument be optional, and derived from the method name? eg
[CanExecute] public bool CanGotoTwoPage() { ... }
[OnCommand] public void GotoTwoPage() { ... }