Exemplo n.º 1
0
 /// <summary>
 /// Execute an eve command.
 /// </summary>
 public bool Execute(ExecuteCommand command)
 {
     Tracing.SendCallback("EVE.Execute", command);
     return(ExecuteMethod("Execute", command.ToString()));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Execute an eve command.
 /// </summary>
 public bool Execute(ExecuteCommand command)
 {
     Tracing.SendCallback("EVE.Execute", command);
     return ExecuteMethod("Execute", command.ToString());
 }