ATMLModelLibrary.model.equipment.TestStationDescription.TestStationDescription C# (CSharp) Méthode

TestStationDescription() public méthode

TestStationDescription class constructor
public TestStationDescription ( ) : System
Résultat System
        public TestStationDescription()
        {
            _instruments = new List<TestStationDescriptionInstrument>();
        }