コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            Leeftijd l = new Leeftijd();

            l.Show();
        }
コード例 #2
0
ファイル: StartScreen.cs プロジェクト: Nofit/project-3-Data
        private void button1_Click(object sender, EventArgs e)
        {
            //close current window and open the next one
            this.Hide();
            Leeftijd l = new Leeftijd();

            l.Show();
        }