Exemplo n.º 1
0
 void OnReportingEvent(ReportingEventArgs args) => ReportingEvent?.Invoke(this, args);
Exemplo n.º 2
0
 protected virtual void OnReportingEvent(ReportingEventArgs args) => ReportingEvent?.Invoke(this, args);