Esempio n. 1
0
 public Computer()
 {
     _mb  = new MotherBoard();
     _cpu = new Cpu();
     _ram = new Ram();
     _hd  = new HardDrive();
     _ps  = new PowerSupply();
 }
Esempio n. 2
0
 public TabletAndPhone()
 {
     _mb      = new MotherBoard();
     _cpu     = new Cpu();
     _ram     = new Ram();
     _Screen  = new Screen();
     _Battery = new Battery();
 }
Esempio n. 3
0
 public Componet()
 {
     _mb  = new MotherBoard();
     _cpu = new Cpu();
     _ram = new Ram();
 }