Exemple #1
0
 public Cpu(Gpu gpu, Hdd hdd)
 {
     this.gpu = gpu;
     this.hdd = hdd;
 }