private void Quit_Click(object sender, EventArgs e) { Quit quit = new Quit("Wyjście", "Czy na pewno chcesz wyjść z gry?"); quit.ShowDialog(); }