home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / HandsOn / WindowsGame1 / Game1.Designer.cs < prev    next >
Encoding:
Text File  |  2006-09-07  |  663 b   |  25 lines

  1. using System;
  2.  
  3. namespace StopTheLogo
  4. {
  5.     partial class Game1
  6.     {
  7.         /// <summary>
  8.         /// Required method for Designer support - do not modify
  9.         /// the contents of this method with the code editor.
  10.         /// </summary>
  11.         private void InitializeComponent()
  12.         {
  13.             this.graphics = new Microsoft.Xna.Framework.Components.GraphicsComponent();
  14.             // 
  15.             // graphics
  16.             // 
  17.             this.graphics.BackBufferHeight = 200;
  18.             this.GameComponents.Add(this.graphics);
  19.  
  20.         }
  21.  
  22.         private Microsoft.Xna.Framework.Components.GraphicsComponent graphics;
  23.     }
  24. }
  25.