Ejemplo n.º 1
0
 public override void Add(HardDrive hardDrive)
 {
     this.hardDrives.Add(hardDrive);
 }
Ejemplo n.º 2
0
 public override void Add(HardDrive hardDrive)
 {
     throw new ArgumentException("Cannot add hard drive to hard drive!");
 }