Beispiel #1
0
        public Splash()
        {
            InitializeComponent();

            splashUtils = new SplashUtils(this);
            splashUtils.FadeOutCompleted += new EventHandler(splashUtils_FadeOutCompleted);
        }
Beispiel #2
0
        public Splash()
        {
            InitializeComponent();

            splashUtils = new SplashUtils(this);
            splashUtils.FadeOutCompleted += new EventHandler(splashUtils_FadeOutCompleted);
        }