Пример #1
0
 public void Attach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers += notifyInterface;
 }
Пример #2
0
 public void Detach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers -= notifyInterface;
 }