Yaircc.Program.Application_ApplicationExit C# (CSharp) Method

Application_ApplicationExit() private static method

Handles the ApplicationExit of System.Windows.Forms.Application.
private static Application_ApplicationExit ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The event arguments.
return void
        private static void Application_ApplicationExit(object sender, EventArgs e)
        {
            CEF.Shutdown();
        }