ATMLModelLibrary.model.equipment.TestStationDescription.TestStationDescription C# (CSharp) 메소드

TestStationDescription() 공개 메소드

TestStationDescription class constructor
public TestStationDescription ( ) : System
리턴 System
        public TestStationDescription()
        {
            _instruments = new List<TestStationDescriptionInstrument>();
        }