Yaircc.Program.Application_ApplicationExit C# (CSharp) Метод

Application_ApplicationExit() приватный статический Метод

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.
Результат void
        private static void Application_ApplicationExit(object sender, EventArgs e)
        {
            CEF.Shutdown();
        }