Beispiel #1
0
 public bool Execute(TExposed parameter)
 {
     return(boxedCommand.Execute((TBoxed)parameter));
 }
Beispiel #2
0
 private void OnExecuteRequested()
 {
     boundProperty?.Execute();
 }