Ejemplo n.º 1
0
        public UnitsComboBox()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.comboBoxHandler = new UnitsComboBoxHandler(this.comboBox);
        }
Ejemplo n.º 2
0
        public UnitsComboBox()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.comboBoxHandler = new UnitsComboBoxHandler(this.comboBox);
        }
Ejemplo n.º 3
0
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }
Ejemplo n.º 4
0
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }