ATML1671Allocator.allocator.TestStationInstrumentData.TestStationInstrumentData C# (CSharp) Метод

TestStationInstrumentData() публичный Метод

        public TestStationInstrumentData( TestStationDescription11 testStation,
            TestStationDescriptionInstrument testStationInstrument)
        {
            _testStation = testStation;
            _testStationInstrument = testStationInstrument;
            _instrumentDescription = GetInstrumentDescription( testStationInstrument );
            _itemDescription = GetItemDescription( testStationInstrument );
        }