示例#1
0
 protected TestTreeNode(TestTreeNode parent, string name, bool hasChildren)
     : base(name, hasChildren)
 {
     Parent = parent;
 }