コード例 #1
0
        private void tmrSplash_Tick_1(object sender, EventArgs e) // Splashscreen wordt gehide en Main komt tevoorschijn
        //Splashscreen is hiding and Main appears

        {
            splash.Close();
            this.Show();
            tmrSplash.Stop();
        }