public ReflectionProperties(Gwen.Control.Base parent)
     : base(parent)
 {
     ptree = new Gwen.Control.PropertyTree(this);
     //properties = new Gwen.Control.Properties(this);
     ptree.Dock = Gwen.Pos.Fill;
 }
 public ReflectionProperties(Gwen.Control.Base parent)
     : base(parent)
 {
     ptree = new Gwen.Control.PropertyTree(this);
     //properties = new Gwen.Control.Properties(this);
     ptree.Dock = Gwen.Pos.Fill;
 }