public SplashScreen(splashScreenType s)
        {
            screenType = s;

            TransitionOnTime = TimeSpan.FromSeconds(0.5);
            TransitionOffTime = TimeSpan.FromSeconds(0.5);
        }
        public SplashScreen(splashScreenType s)
        {
            screenType = s;

            TransitionOnTime  = TimeSpan.FromSeconds(0.5);
            TransitionOffTime = TimeSpan.FromSeconds(0.5);
        }