Exemplo n.º 1
0
 protected virtual void OnAsyncScanCompleted(AsyncScanCompletedEventArgs e)
 {
     if (AsyncScanCompleted != null)
     {
         AsyncScanCompleted(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnAsyncScanCompleted(AsyncScanCompletedEventArgs e) { if (AsyncScanCompleted != null) AsyncScanCompleted(this, e); }