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