コード例 #1
0
ファイル: SerialBridge.cs プロジェクト: cjdaly/napkin
 private void AddCommand(SerialBridgeCommand command)
 {
     command._serialBridge = this;
     _commandTable.Add(command.Name, command);
     _commandList.Add(command);
 }
コード例 #2
0
ファイル: SerialBridge.cs プロジェクト: yudevan/napkin
 private void AddCommand(SerialBridgeCommand command)
 {
     command._serialBridge = this;
     _commandTable.Add(command.Name, command);
     _commandList.Add(command);
 }