Ejemplo n.º 1
0
 /// <summary>
 /// Called when a request to shut the application down is made - this should nicely shut down all of our applications
 /// </summary>
 internal void ShutDownCore()
 {
     m_continueRunning = false;
     WorkManager.ShutDown();
     DataManager.ShutDown();
     MessageManager.ShutDown();
     ViewManager.ShutDown();
     Diagnostics.ShutDown();
     CacheManager.Shutdown();
 }