#region File Description //----------------------------------------------------------------------------- // PhoneMenuScreen.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion using System; using System.Collections.Generic; using GameStateManagement; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Input.Touch; namespace GameStateManagement { /// /// Provides a basic base screen for menus on Windows Phone leveraging the Button class. /// class PhoneMenuScreen : GameScreen { List