Esempio n. 1
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content   = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }
Esempio n. 2
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }