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