コード例 #1
0
        public AD7Port(AD7PortSupplier portSupplier, string name, bool isInAddPort)
        {
            _portSupplier = portSupplier;
            _name         = name;

            if (isInAddPort)
            {
                GetConnection(ConnectionReason.AddPort);
            }
        }
コード例 #2
0
ファイル: AD7Port.cs プロジェクト: rajkumar42/MIEngine
        public AD7Port(AD7PortSupplier portSupplier, string name, bool isInAddPort)
        {
            _portSupplier = portSupplier;
            _name = name;

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