private void DisconnectCurrentModel() { _pageManager.Dispose(); _currentViewModel = null; _tableView.Root.Clear(); _tableSectionViewModelMap.Clear(); _tableCellCollectionSectionMap.Clear(); _tableSectionViewMap.Clear(); _tableCellCollectionSectionMap.Clear(); _tableCellViewModelMap.Clear(); _tableCellReverseViewModelMap.Clear(); }
private void DisconnectCurrentModel() { _pageManager.Dispose(); _currentViewModel = null; }