Exemplo n.º 1
0
 public void CancelCurrentCommand()
 {
     if (null != _command)
     {
         _command.CancelCurrentTask();
     }
 }
Exemplo n.º 2
0
 public void CancelCurrentCommand()
 {
     if (null != _executingCommand)
     {
         _executingCommand.CancelCurrentTask();
     }
 }