C# Class AwesomeComputers.Computers.PC

Inheritance: Computer
Datei anzeigen Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
PC ( ICPU cpu, IRAM ram, IVideoCard videoCard, RAID hardDriveRaid, IMotherboard motherBoard ) : System
PlayGame ( int guessNumber ) : void

Method Details

PC() public method

public PC ( ICPU cpu, IRAM ram, IVideoCard videoCard, RAID hardDriveRaid, IMotherboard motherBoard ) : System
cpu ICPU
ram IRAM
videoCard IVideoCard
hardDriveRaid AwesomeComputers.HardDrive.RAID
motherBoard IMotherboard
return System

PlayGame() public method

public PlayGame ( int guessNumber ) : void
guessNumber int
return void