예제 #1
0
 public void Detach(IParagraphEvents notify)
 {
     _clients.Remove(notify);
 }
예제 #2
0
 public void Attach(IParagraphEvents notify)
 {
     _clients.Add(notify);
 }