home *** CD-ROM | disk | FTP | other *** search
- using System;
-
- namespace StopTheLogo
- {
- partial class Game1
- {
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.graphics = new Microsoft.Xna.Framework.Components.GraphicsComponent();
- //
- // graphics
- //
- this.graphics.BackBufferHeight = 200;
- this.GameComponents.Add(this.graphics);
-
- }
-
- private Microsoft.Xna.Framework.Components.GraphicsComponent graphics;
- }
- }
-