protected virtual void Dispose(bool disposing) { if (disposing) { if (m_doc != null) { m_doc.Dispose(); m_doc = null; } } }
public ChatLogPlugin() { m_doc = new ChatLogDocument(); m_replay = new ChatReplayControls(); }