protected virtual void OnAsyncScanCompleted(AsyncScanCompletedEventArgs e) { if (AsyncScanCompleted != null) { AsyncScanCompleted(this, e); } }
protected virtual void OnAsyncScanCompleted(AsyncScanCompletedEventArgs e) { if (AsyncScanCompleted != null) AsyncScanCompleted(this, e); }