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

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

            this.comboBoxHandler = new UnitsComboBoxHandler(this.comboBox);
        }
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }