예제 #1
0
파일: Program.cs 프로젝트: Knoz/Learning
		public Computer(GraphicCard graphicCard, CPU cpu, Motherboard motherboard)
		{
			GraphicsCard = graphicCard;
			CPU = cpu;
			Motherboard = motherboard;
		}
예제 #2
0
 public Computer(GraphicCard graphicCard, CPU cpu, Motherboard motherboard)
 {
     GraphicsCard = graphicCard;
     CPU          = cpu;
     Motherboard  = motherboard;
 }