コード例 #1
0
ファイル: HighScore.cs プロジェクト: toukir26251/ColorCombo
        private void label4_Click(object sender, EventArgs e)
        {
            this.Close();
            NewGameFront n = new NewGameFront();

            n.Show();
        }
コード例 #2
0
        private void label4_Click(object sender, EventArgs e)
        {
            NewGameFront nf = new NewGameFront();

            nf.Show();
            this.Dispose();
        }