Пример #1
0
 public TargetTaskCommand(CommandTaskDelegate <T> method, CommandTaskCanExecuteDelegate <T> canExecute)
 {
     _method     = method;
     _canExecute = canExecute;
 }
Пример #2
0
 public TargetTaskCommand(CommandTaskDelegate <T> method)
 {
     _method = method;
 }