Beispiel #1
0
 public MobilePhone(string Manufacturer, string Model, RunTimeOS Runtime, int ID)
 {
     this.Manufacturer = Manufacturer;
     this.Model        = Model;
     this.Runtime      = Runtime;
     this.ID           = ID;
 }
Beispiel #2
0
 public MobilePhone(string Manufacturer, string Model, RunTimeOS Runtime, int ID)
 {
     this.Manufacturer = Manufacturer;
     this.Model = Model;
     this.Runtime = Runtime;
     this.ID = ID;
 }