ATUAV_Experiment.Global.Application_End C# (CSharp) Method

Application_End() private method

private Application_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void Application_End(object sender, EventArgs e)
        {
            //  Code that runs on application shutdown
        }