AwesomeComputers.Computers.Server.Server C# (CSharp) Method

Server() public method

public Server ( ICPU cpu, IRAM ram, MonochromeVideoCard videoCard, RAID hardDriveRaid, MonochromeVideoCard motherBoard ) : System
cpu ICPU
ram IRAM
videoCard MonochromeVideoCard
hardDriveRaid AwesomeComputers.HardDrive.RAID
motherBoard MonochromeVideoCard
return System
        public Server(ICPU cpu, IRAM ram, MonochromeVideoCard videoCard, RAID hardDriveRaid, MonochromeVideoCard motherBoard)
            : base(cpu, ram, videoCard, hardDriveRaid, motherBoard)
        {
        }