BlueSky.Commands.Tools.Package.Dialogs.SelectPackagesWindow.SelectPackagesWindow C# (CSharp) Method

SelectPackagesWindow() public method

public SelectPackagesWindow ( string strarr ) : System.Collections.Generic
strarr string
return System.Collections.Generic
        public SelectPackagesWindow(string[] strarr)
        {
            InitializeComponent();
            _listItems = strarr;
            loadListBox();
        }