コード例 #1
0
 public CommandManager(IProtocol protocol)
 {
     this.protocol    = protocol;
     this.commandsHub = protocol.GetCommands();
 }