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

ListBoxObjectCollectionWin() public method

Constructs the adapter
public ListBoxObjectCollectionWin ( ObjectCollection items ) : System
items ObjectCollection
return System
            public ListBoxObjectCollectionWin(ObjectCollection items)
            {
                this._items = items;
            }