/// <summary> /// Wins the screen. /// </summary> public void WinScreen() { WinWindow win = new WinWindow(); win.Show(); this.Close(); }
/// <summary> /// Wins the screen. /// </summary> public void winScreen() { WinWindow win = new WinWindow(); win.Show(); //player.Stop(); this.Close(); }