Example #1
0
 public TypeSpecificationTreeNode(TypeSpecDeclaration typeSpec) :
     base(typeSpec, TreeViewImage.Class)
 {
     this.typeSpec = typeSpec;
     this.Text     = typeSpec.ToString();
     this.EnableLatePopulate();
 }
 public TypeSpecificationTreeNode( TypeSpecDeclaration typeSpec ) :
     base( typeSpec, TreeViewImage.Class )
 {
     this.typeSpec = typeSpec;
     this.Text = typeSpec.ToString();
     this.EnableLatePopulate();
 }