/// <summary> /// method to close the server /// </summary> public void CloseServer() { dm.CloseServer(); guis.Close(); m_eventLogger.EntryWritten -= WhenEntryWritten; }
/// <summary> /// method to close the server /// </summary> public void CloseServer() { dm.CloseServer(); // close the DirectoryManager serv.Close(); // close the Server }