コード例 #1
0
        public SplashScreen(splashScreenType s)
        {
            screenType = s;

            TransitionOnTime = TimeSpan.FromSeconds(0.5);
            TransitionOffTime = TimeSpan.FromSeconds(0.5);
        }
コード例 #2
0
        public SplashScreen(splashScreenType s)
        {
            screenType = s;

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