Пример #1
0
            // ********************************************* Construction *********************************************

            public Dropdown(CheckedComboBox ccbParent)
            {
                this.ccbParent = ccbParent;
                InitializeComponent();
                // Add a handler to notify our parent of ItemCheck events.
                cclb.ItemCheck += cclb_ItemCheck;
            }
Пример #2
0
            // ********************************************* Construction *********************************************

            public Dropdown(CheckedComboBox ccbParent)
            {
                this.ccbParent = ccbParent;
                InitializeComponent();
                // Add a handler to notify our parent of ItemCheck events.
                cclb.ItemCheck += cclb_ItemCheck;
            }