Exemplo n.º 1
0
 public void Attach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers += notifyInterface;
 }
Exemplo n.º 2
0
 public void Detach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers -= notifyInterface;
 }