AMPSExcel.AMPSAddin.InternalStartup C# (CSharp) Method

InternalStartup() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InternalStartup ( ) : void
return void
        private void InternalStartup()
        {
            this.Startup += new System.EventHandler(ThisAddIn_Startup);
            this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
        }