Example #1
0
		public Computer(GraphicCard graphicCard, CPU cpu, Motherboard motherboard)
		{
			GraphicsCard = graphicCard;
			CPU = cpu;
			Motherboard = motherboard;
		}
Example #2
0
 public Computer(GraphicCard graphicCard, CPU cpu, Motherboard motherboard)
 {
     GraphicsCard = graphicCard;
     CPU          = cpu;
     Motherboard  = motherboard;
 }