Beispiel #1
0
 protected virtual void OnTopicUrlsReceived(object sender, TopicUrlsReceivedEventArgs e)
 {
     if (this.TopicUrlsReceived != null && this.IsRunning)
     {
         this.TopicUrlsReceived(sender, e);
     }
 }
Beispiel #2
0
 protected virtual void OnTopicUrlsReceived(object sender, TopicUrlsReceivedEventArgs e)
 {
     if (this.TopicUrlsReceived != null && this.IsRunning) this.TopicUrlsReceived(sender, e);
 }