예제 #1
0
파일: Cpu.cs 프로젝트: swizsy/computer
 public Cpu(Gpu gpu, Hdd hdd)
 {
     this.gpu = gpu;
     this.hdd = hdd;
 }