protected override void InitNodes(TreeNode node) { _ParentNode = AddSectionNode(node, typeof(UField).Name); AddSimpleObjectNode(_ParentNode, Super, "SuperField", Super != null ? Super.GetImageName() : ""); AddSimpleObjectNode(_ParentNode, NextField, "NextField", NextField != null ? NextField.GetImageName() : ""); base.InitNodes(_ParentNode); }