コード例 #1
0
 public void Attach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers += notifyInterface;
 }
コード例 #2
0
 public void Detach(NotifyInterface <TNotifyArgs> notifyInterface)
 {
     Observers -= notifyInterface;
 }