Exemple #1
0
 ///<summary>Raises the ArtifactFound event.</summary>
 ///<param name="e">An ArtifactEventArgs object that provides the event data.</param>
 internal protected virtual void OnArtifactFound(ArtifactEventArgs e)
 {
     if (ArtifactFound != null)
     {
         ArtifactFound(this, e);
     }
 }
 ///<summary>Raises the ArtifactFound event.</summary>
 ///<param name="e">An ArtifactEventArgs object that provides the event data.</param>
 internal protected virtual void OnArtifactFound(ArtifactEventArgs e)
 {
     if (ArtifactFound != null)
         ArtifactFound(this, e);
 }