Beispiel #1
0
 public GPSDecorator(Cellphone phone)
     : base(phone)
 {
 }
Beispiel #2
0
 public GPSDecorator(Cellphone phone)
     : base(phone)
 {
 }
Beispiel #3
0
 public Decorator(Cellphone phone)
 {
     this._phone = phone;
 }
Beispiel #4
0
 public Decorator(Cellphone phone)
 {
     this._phone = phone;
 }