/// <summary> /// Dispose and clear resources. /// </summary> public void Dispose() { _indexRepository.Destroy(); _tablePerMultiLookup.Clear(); if (IsVirtualDataWindow) { VirtualDataWindow.HandleStopWindow(); } }
/// <summary> /// Dispose and clear resources. /// </summary> public void Dispose() { _indexRepository.Destroy(); _tablePerMultiLookup.Clear(); }