Ejemplo n.º 1
0
 public SelectorsOwner(IChannelOwner parent, string guid) : base(parent, guid)
 {
     _channel = new SelectorsChannel(guid, parent.Connection, this);
 }
Ejemplo n.º 2
0
 internal Selectors(IChannelOwner parent, string guid) : base(parent, guid)
 {
     _channel = new(guid, parent.Connection, this);
 }