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

TestEquipment() public méthode

public TestEquipment ( ) : System
Résultat System
        public TestEquipment()
        {
            this._resources = new List<Resource>();
            this._paths = new List<Path>();
            this._software = new List<ItemDescription>();
            this._controllers = new List<Controller>();
        }