コード例 #1
0
 /// <summary>
 /// Raises the <see cref="DirectoryFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryFoundEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryFound(DirectoryFoundEventArgs e)
 {
     this.DirectoryFound.RaiseSafe(this, e);
 }
コード例 #2
0
 /// <summary>
 /// Raises the <see cref="DirectoryFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryFoundEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryFound(DirectoryFoundEventArgs e)
 {
     this.DirectoryFound.RaiseSafe(this, e);
 }