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

ListBoxSelectedObjectCollectionWin() public method

Constructs the Selected Objects Adaptor.
public ListBoxSelectedObjectCollectionWin ( SelectedObjectCollection items ) : System
items SelectedObjectCollection
return System
            public ListBoxSelectedObjectCollectionWin(SelectedObjectCollection items)
            {
                this._items = items;
            }