Esempio n. 1
0
 /// <summary>
 /// Raises the <see cref="DirectoryFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryFound(DirectoryEventArgs e)
 {
     this.DirectoryFound.RaiseSafe(this, e);
 }
Esempio n. 2
0
 /// <summary>
 /// Raises the <see cref="DirectoryFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryFound(DirectoryEventArgs e)
 {
     this.DirectoryFound.RaiseSafe(this, e);
 }