RaumfeldNET.ContentDirectoryBrowserMulti.switchMainContent C# (CSharp) Метод

switchMainContent() публичный Метод

public switchMainContent ( ContentDirectoryMainContentType _mainContentType ) : void
_mainContentType ContentDirectoryMainContentType
Результат void
        public void switchMainContent(ContentDirectoryMainContentType _mainContentType)
        {
            this.switchList(_mainContentType);
            mainContentType = _mainContentType;
        }