Example #1
0
 /// <summary>
 /// Adds the child node.
 /// </summary>
 /// <param name="childNode">The child node.</param>
 public void AddChildNode(CommentTreeViewModel childNode)
 {
     ((List <CommentTreeViewModel>)ChildNodes).Add(childNode);
 }
Example #2
0
 /// <summary>
 /// Adds the child node.
 /// </summary>
 /// <param name="childNode">The child node.</param>
 public void AddChildNode(CommentTreeViewModel childNode)
 {
     ((List<CommentTreeViewModel>)ChildNodes).Add(childNode);
 }