Example #1
0
 public MotherBoard(Cpu cpu, RAM ram, IDrawable video)
 {
     cpu.AttachTo(this);
     this.ramOnTheBoard       = ram;
     this.integratedVideoCard = video;
 }
Example #2
0
 public MotherBoard(Cpu cpu, RAM ram, IDrawable video)
 {
     cpu.AttachTo(this);
     this.ramOnTheBoard = ram;
     this.integratedVideoCard = video;
 }