private static void MainCleanUp() { IpcBroadcast.StopServer(); EntryMenu.Destroy(); GlobalMutexPool.ReleaseAll(); CommonTerminate(); }
private static void MainCleanUp() { IpcBroadcast.StopServer(); if (m_tempFilesPool != null) { m_tempFilesPool.Clear(); } EntryMenu.Destroy(); AppLogEx.Close(); }
private static void MainCleanUp() { IpcBroadcast.StopServer(); if (m_tempFilesPool != null) { m_tempFilesPool.Clear(); } EntryMenu.Destroy(); GlobalMutexPool.ReleaseAll(); CommonTerminate(); }