Exemplo n.º 1
0
 ///<summary>
 /// Constructor for <see cref="ComboBoxVWG"/>
 ///</summary>
 public ComboBoxVWG()
 {
     _manager          = new ComboBoxManager(this);
     _objectCollection = new ComboBoxObjectCollectionVWG(base.Items);
     this.ObserveGlobalUIHints();
 }
Exemplo n.º 2
0
 ///<summary>
 /// Constructor for <see cref="ComboBoxVWG"/>
 ///</summary>
 public ComboBoxVWG()
 {
     _manager = new ComboBoxManager(this);
     _objectCollection = new ComboBoxObjectCollectionVWG(base.Items);
     this.ObserveGlobalUIHints();
 }