async public Task <bool> RefreshContents() { if (_activeTabPage != null) { await _activeTabPage.RefreshContents(); } await _tree.RefreshSelectedNode(); return(true); }
public void RefreshContents() { if (_activeTabPage != null) _activeTabPage.RefreshContents(); _tree.RefreshSelectedNode(); }