ATUAV_Experiment.Global.Application_Start C# (CSharp) 메소드

Application_Start() 개인적인 메소드

private Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        void Application_Start(object sender, EventArgs e)
        {
            // Code that runs on application startup
        }