Exemplo n.º 1
0
 public FilterControlLabelInfo(Node node)
 {
     this.node               = node;
     this.texts              = new LabelInfoTextCollection(this);
     this.viewInfo           = new FilterLabelInfoViewInfo(this);
     this.suspendTextChanges = 0;
 }
Exemplo n.º 2
0
 public FilterLabelInfoTextViewInfo(FilterLabelInfoViewInfo viewInfo, LabelInfoText infoText, int width, Point location)
     : base(viewInfo, infoText, width)
 {
     this.location = location;
     this.list     = new ArrayList();
 }