//-- Enable visual styles on the application Application.EnableVisualStyles(); ... //-- Run the application StrataFrameApplication.RunApplication();
//-- Stop the session monitoring before the application exits to remove the low-level event handlers SessionLock.StopSessionMonitoring(); GC.KeepAlive(loMutex); }