Ejemplo n.º 1
0
        public AD7Port(AD7PortSupplier portSupplier, string name, bool isInAddPort)
        {
            _portSupplier = portSupplier;
            _name         = name;

            if (isInAddPort)
            {
                GetConnection(ConnectionReason.AddPort);
            }
        }
Ejemplo n.º 2
0
        public AD7Port(AD7PortSupplier portSupplier, string name, bool isInAddPort)
        {
            _portSupplier = portSupplier;
            _name = name;

            if (isInAddPort)
            {
                GetConnection(ConnectionReason.AddPort);
            }
        }