Exemplo n.º 1
0
 public virtual void ClearPermanentEvent(StatusEventArgs e)
 {
     ClearPermanentHandler?.Invoke(this, e);
 }
Exemplo n.º 2
0
 public virtual void StatusTempEvent(StatusEventArgs e)
 {
     StatusTempHandler?.Invoke(this, e);
 }