AMPSExcel.AMPSAddin.InternalStartup C# (CSharp) Метод

InternalStartup() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InternalStartup ( ) : void
Результат void
        private void InternalStartup()
        {
            this.Startup += new System.EventHandler(ThisAddIn_Startup);
            this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
        }