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

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

            this.comboBoxHandler = new UnitsComboBoxHandler(this.comboBox);
        }
예제 #3
0
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }
예제 #4
0
 public UnitsComboBoxStrip()
 {
     this.comboBoxHandler = new UnitsComboBoxHandler(this.ComboBox);
 }