/// <summary> /// Calls static method from GameFunctions to display message box with the highest score of the current game ssince game's opening /// </summary> private void DisplayHighSCore_Click(object sender, EventArgs e) { GameFunctions.HighestScore(); }