ATMLModelLibrary.model.equipment.Controller.Controller C# (CSharp) Method

Controller() public method

public Controller ( ) : System
return System
        public Controller()
        {
            this._storage = new List<ControllerDrive>();
            this._installedSoftware = new List<ItemDescription>();
            this._peripherals = new List<ItemDescription>();
            this._audioCapabilities = new List<string>();
            this._videoCapabilities = new List<string>();
            this._operatingSystems = new List<ControllerOperatingSystem>();
        }