Habanero.Faces.Win.ListBoxWin.ListBoxWin C# (CSharp) Method

ListBoxWin() public method

Constructor for ListBoxWin
public ListBoxWin ( ) : System
return System
        public ListBoxWin()
        {
            _objectCollection = new ListBoxObjectCollectionWin(base.Items);
            _selectedObjectCollection = new ListBoxSelectedObjectCollectionWin(base.SelectedItems);
           
        }
ListBoxWin