APIAppStartup.SplashWindow.SplashWindow C# (CSharp) Method

SplashWindow() public method

public SplashWindow ( ) : System
return System
        public SplashWindow()
        {
            InitializeComponent();
             m_delegateClose = new DelegateCloseSplash(InternalCloseSplash);
        }