Ejemplo n.º 1
0
        /// <summary>
        /// Unload your graphics content.
        /// </summary>
        protected override void UnloadContent()
        {
            screen.UnloadContent();
            game.UnloadContent();
            font.UnloadContent();

            screen = null;
            font   = null;
        }