Smrf.NodeXL.ExcelTemplate.TaskPane.InitializeSplashScreen C# (CSharp) Method

InitializeSplashScreen() protected method

protected InitializeSplashScreen ( ) : void
return void
    InitializeSplashScreen()
    {
        // AssertValid();

        this.wbSplashScreen.Url = new System.Uri(
            ApplicationUtil.GetSplashScreenPath() );
    }
TaskPane