Ejemplo n.º 1
0
 public Subscriber()
 {
     m_InnerEvent += InnerEventRaised;
 }
Ejemplo n.º 2
0
 public virtual void UnsubscribeAll()
 {
     m_InnerEvent -= InnerEventRaised;
 }