Beispiel #1
0
 public void AddArchivedReply(ArchivedReplyInfo replyInfo)
 {
     replyInfo.TopicInfo = this;
     replyInfo.Forum     = this.Forum;
     replyInfo.CatId     = this.CatId;
     Replies.Add(replyInfo);
 }
 public void AddArchivedReply(ArchivedReplyInfo replyInfo)
 {
     replyInfo.TopicInfo = this;
     replyInfo.Forum = this.Forum;
     replyInfo.CatId = this.CatId;
     Replies.Add(replyInfo);
 }