C# Class AwesomeComputers.Computers.PC

Inheritance: Computer
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

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

Method Details

PC() public méthode

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
Résultat System

PlayGame() public méthode

public PlayGame ( int guessNumber ) : void
guessNumber int
Résultat void