Beispiel #1
0
 public virtual void OnTopicPosted(object sender, TopicPostedEventArgs e)
 {
     if (this.TopicPosted != null)
     {
         this.TopicPosted(sender, e);
     }
 }
Beispiel #2
0
 public virtual void OnTopicPosted(object sender, TopicPostedEventArgs e)
 {
     if (this.TopicPosted != null) this.TopicPosted(sender, e);
 }