コード例 #1
0
        }  // Helpfunctie

        private void Main_Shown(object sender, EventArgs e) // Splashscreen komt tevoorschijn, Main wordt gehide
        {
            this.Hide();
            tmrSplash.Start();
            tmrSplash.Enabled = true;
            splash.Show();
        }