示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            EnterData = new EnterData(txtIme.Text, this.score);
            writeInFile(EnterData);
            HighScores highScores = new HighScores();

            highScores.Show();
            this.Close();
        }
示例#2
0
        private void button3_Click(object sender, EventArgs e)
        {
            HighScores highScores = new HighScores();

            highScores.Show();
        }