public CustomDrawnSearchableListBox()
        {
            Initialize();

            _items = new SearchableObjectCollection(this, base.Items);
        }
Example #2
0
        public CustomDrawnSearchableListBox()
        {
            Initialize();

            _items = new SearchableObjectCollection(this, base.Items);
        }