Example #1
0
 private void CheckContextInternal(IBaseCommand command, CommandExecutionResult result)
 {
     result.ContextIsValid = command.CheckContext(context, result);
 }