Esempio n. 1
0
 protected Decorator(phoneInterface phone)
 {
     tmp_phone = phone;
 }
Esempio n. 2
0
 public redColor(phoneInterface phone) : base(phone)
 {
     this.name = "Red Phone";
     this.cost = 5;
 }