コード例 #1
0
ファイル: SiteType.cs プロジェクト: ferrolad/SharpLeech
 public virtual void OnTopicPosted(object sender, TopicPostedEventArgs e)
 {
     if (this.TopicPosted != null)
     {
         this.TopicPosted(sender, e);
     }
 }
コード例 #2
0
ファイル: SiteType.cs プロジェクト: TiCK3R/SharpLeech
 public virtual void OnTopicPosted(object sender, TopicPostedEventArgs e)
 {
     if (this.TopicPosted != null) this.TopicPosted(sender, e);
 }