Пример #1
0
        async public Task <bool> RefreshContents()
        {
            if (_activeTabPage != null)
            {
                await _activeTabPage.RefreshContents();
            }

            await _tree.RefreshSelectedNode();

            return(true);
        }
Пример #2
0
        public void RefreshContents()
        {
            if (_activeTabPage != null) _activeTabPage.RefreshContents();

            _tree.RefreshSelectedNode();
        }