Ejemplo n.º 1
0
 public GSM(string model, string manufacturer, Display display, Battery battery)
 {
     this.Model = model;
     this.Manufacturer = manufacturer;
     this.Display = display;
     this.Battery = battery;
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     Display d = new Display();
     Console.ReadKey();
 }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     Display d = new Display();
 }