コード例 #1
0
 public void AddTransport(ITransport transport)
 {
     _transportManager.AddTransport(transport);
     transport.SetMessageBus(this);
 }