Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public ParamsControl()
 {
     InitializeComponent();
     MaxLabelWidth  = 500;
     ControlWidth   = 250;
     AutoScroll     = true;
     ControlList    = new ControlInfoList();
     eventclick     = new EventHandler(ClickEvent);
     CheckListBoxes = new SortedList();
 }
Пример #2
0
 public ControlInfoEnumerator(ControlInfoList t)
 {
     this.t = t;
 }