Exemple #1
0
        public async Task <IExplorerItem> LoadExplorer(bool reloadCatalogue)
        {
            var explorerItems = await QueryManagerProxy.Load(reloadCatalogue).ConfigureAwait(true);

            return(explorerItems);
        }
Exemple #2
0
        public async Task <IExplorerItem> LoadExplorer(bool reloadCatalogue)
        {
            var explorerItems = await QueryManagerProxy.Load(reloadCatalogue, CustomContainer.Get <IPopupController>()).ConfigureAwait(true);

            return(explorerItems);
        }