コード例 #1
0
 void OnReportingEvent(ReportingEventArgs args) => ReportingEvent?.Invoke(this, args);
コード例 #2
0
ファイル: DeviceStep.cs プロジェクト: arlm/MixEmul
 protected virtual void OnReportingEvent(ReportingEventArgs args) => ReportingEvent?.Invoke(this, args);