Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DatasetCatalogControl"/> class.
        /// </summary>
        public DatasetCatalogControl()
        {
            InitializeComponent();

            _groupedListView.ShowCheckBoxes = false;
            _groupedListView.SmallImageList = DatasetTypeImageLookup.CreateImageList();
        }