Exemplo n.º 1
0
 public void Detach(DeliveryDisplay dd)
 {
     UnRegister(dd);
     dd.deliveryList.Remove(this);
 }
Exemplo n.º 2
0
 public void Attach(DeliveryDisplay dd)
 {
     Register(dd);
     dd.deliveryList.Add(this);
 }