Пример #1
0
 public string GetProductDescription()
 {
     return(PCTower.GetProductDescription() + "\n" +
            PCScreen.GetProductDescription() + "\n" +
            HardDrive.GetComponentDescription());
 }