Exemplo n.º 1
0
 public GSM(string model, string manufacturer, decimal price, string owner, Battery batery, Display display)
     : this(model, manufacturer, price, owner)
 {
     this.Batery = batery;
     this.Display = display;
 }
Exemplo n.º 2
0
 public GSM(string model, string manufacturer, decimal price, string owner, Battery batery, Display display)
     : this(model, manufacturer, price, owner)
 {
     this.Batery  = batery;
     this.Display = display;
 }