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(); }
private void button3_Click(object sender, EventArgs e) { HighScores highScores = new HighScores(); highScores.Show(); }