예제 #1
0
//        private string _errorMessage;
        /// <summary>
        /// Constructor for <see cref="ListBoxWin"/>
        /// </summary>
        public ListBoxWin()
        {
            _objectCollection = new ListBoxObjectCollectionWin(base.Items);
            _selectedObjectCollection = new ListBoxSelectedObjectCollectionWin(base.SelectedItems);
           
        }
예제 #2
0
//        private string _errorMessage;
        /// <summary>
        /// Constructor for <see cref="ListBoxWin"/>
        /// </summary>
        public ListBoxWin()
        {
            _objectCollection         = new ListBoxObjectCollectionWin(base.Items);
            _selectedObjectCollection = new ListBoxSelectedObjectCollectionWin(base.SelectedItems);
        }