示例#1
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content   = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }
示例#2
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }