public void ShutDown() { ShutdownWindows(); DPerfLogger.ShutDown(); // Release the Timer object Timer = null; // Release the graphics object. DApplication?.Shutdown(); DApplication = null; Configuration = null; }