public void OnRecordSkipped(YariImporterEventArgs e) { if (RecordSkipped != null) { RecordSkipped(this, e); } }
private void OnFinish(YariImporterEventArgs e) { if (Finish != null) { Finish(this, e); } }
private void OnStart(YariImporterEventArgs e) { if (Start != null) { Start(this, e); } }