private void lb4x6_Click(object sender, EventArgs e) { this.Hide(); BestScores.CreateBestScores(MainMenu, "4 x 6"); BestScores.ShowData(BestScoresData.Best4x6); BestScores.ShowBestScores(); }
public static void CreateBestScores(Form1 mainForm, string title) { BestScoresInstance = new BestScores(mainForm); SetTitle(title); }