private void NewGameClicked(object sender, EventArgs e) { GameWindow game = new GameWindow(); game.ShowDialog(); game.freezScreen(); sounds.playIntro(); }
//Public constructor public Form1() { InitializeComponent(); sounds = new Sounds(); sounds.playIntro(); }