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

            hs.Show();
            this.Visible = false;
        }
コード例 #2
0
ファイル: Startup.cs プロジェクト: jayden1998/RussianRoulette
        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;
        }