Exemplo n.º 1
0
 protected virtual void OnRaiseEvent()
 {
     Raisevent?.Invoke(this, EventArgs.Empty);
 }
 protected virtual void OnRaiseEvent()
 {
     Raisevent?.Invoke(this, new EventArgs());
 }