Exemplo n.º 1
0
 public void CreateCommentPending()
 {
     _commentPending = new Token.Comment();
 }
Exemplo n.º 2
0
        public void Insert(Token.Comment commentToken)
        {
            Comment comment = new Comment(commentToken.Data.ToString(), _baseUri);

            InsertNode(comment);
        }