public void Dispose() { Reset(); if (_threadPool != null) { _threadPool.Dispose(); _threadPool = null; } CloseFile(false); }
public void Dispose() { FileReloadedEvent = null; if (_threadPool != null) { _threadPool.Dispose(); _threadPool = null; } CloseFile(false); }