Exemplo n.º 1
0
        private static void MainCleanUp()
        {
            m_tempFilesPool.Clear();

            EntryMenu.Destroy();

            AppLogEx.Close();
        }
Exemplo n.º 2
0
        private static void MainCleanUp()
        {
            IpcBroadcast.StopServer();

            EntryMenu.Destroy();

            GlobalMutexPool.ReleaseAll();

            CommonTerminate();
        }
Exemplo n.º 3
0
        private static void MainCleanUp()
        {
            IpcBroadcast.StopServer();

            if (m_tempFilesPool != null)
            {
                m_tempFilesPool.Clear();
            }

            EntryMenu.Destroy();

            AppLogEx.Close();
        }
Exemplo n.º 4
0
        private static void MainCleanUp()
        {
            IpcBroadcast.StopServer();

            if (m_tempFilesPool != null)
            {
                m_tempFilesPool.Clear();
            }

            EntryMenu.Destroy();

            GlobalMutexPool.ReleaseAll();

            CommonTerminate();
        }