private void ResetLevel(object sender, EventArgs e) { if (game.CheckSuccess()) { return; } game.ResetLevel(); UpdateUI(); }