예제 #1
0
 private void AddCommand(SerialBridgeCommand command)
 {
     command._serialBridge = this;
     _commandTable.Add(command.Name, command);
     _commandList.Add(command);
 }
예제 #2
0
 private void AddCommand(SerialBridgeCommand command)
 {
     command._serialBridge = this;
     _commandTable.Add(command.Name, command);
     _commandList.Add(command);
 }