コード例 #1
0
ファイル: Cpu.cs プロジェクト: swizsy/computer
 public Cpu(Gpu gpu, Hdd hdd)
 {
     this.gpu = gpu;
     this.hdd = hdd;
 }