示例#1
0
        private void btnHiScores_Click(object sender, EventArgs e)
        {
            High_Scores hs = new High_Scores();

            hs.Show();
            this.Visible = false;
        }
示例#2
0
        private void btnHiScores_Click(object sender, EventArgs e)
        {
            // Opens High Scores and closes startup screen
            High_Scores hs = new High_Scores();

            hs.Show();
            this.Visible = false;
        }