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