Example #1
0
 public void CommandSendReceived(Command command)
 {
     if (OnCommandSend != null)
     {
         OnCommandSend(this, new MessageEventArgs(command.ToString()));
     }
 }