Smrf.NodeXL.ExcelTemplate.Sheet3.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(Sheet3_Startup);
        this.Shutdown += new System.EventHandler(Sheet3_Shutdown);
    }