Exemplo n.º 1
0
 public void AddOutboundConnection(Connection connection)
 {
     outboundConnections.Add(connection);
 }
Exemplo n.º 2
0
 public void AddInboundConnection(Connection connection)
 {
     inboundConnections.Add(connection);
 }