Example3.Game1.Game1 C# (CSharp) Method

Game1() public method

public Game1 ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";
        }

Same methods

Game1::Game1 ( ) : System.Text