Exemplo n.º 1
0
        public override ConnectionList onGetAttachedConnections()
        {
            var connections = new ConnectionList();

            connections.AddRange(Connectors.SelectMany(ic => ic.Connections));

            return(connections);
        }