Пример #1
0
 public Phone(int camera, int battery, string display)
 {
     camera = mpx;
 }
Пример #2
0
 void NewPhone()
 {
     this.camera  = new camera();
     this.battery = new Battery(3500);
     this.display = new Display();
 }