Ejemplo n.º 1
0
 protected virtual void OnFooEvent()
 {
     FooEvent?.Invoke(this, EventArgs.Empty);
 }