Exemplo n.º 1
0
 public void Unsubscribe(STBEventHandler handler)
 {
     Event -= handler;
 }
Exemplo n.º 2
0
 public void Subscribe(STBEventHandler handler)
 {
     Event += handler;
 }