Exemplo n.º 1
0
 /// <summary>
 /// Required by ILogBus
 /// </summary>
 public void AddOutboundChannel(IOutboundChannel channel)
 {
     _target.AddOutboundChannel(channel);
 }