Ejemplo n.º 1
0
        internal MessageBoardThread(CMSThread cmsThread, CMSSection cmsSection)
        {
            this._CMSThread = cmsThread;

            if (cmsSection != null)
            {
                this.MessageBoard = new MessageBoard(cmsSection);
            }
        }
Ejemplo n.º 2
0
 public MessageBoardThread(MessageBoard messageBoard)
 {
     this._CMSThread = new CMSThread(messageBoard.CMSSection, false, 0);
 }