AStarXNA.ConsoleCommands.FullScreenCommand.FullScreenCommand C# (CSharp) Method

FullScreenCommand() public method

public FullScreenCommand ( GraphicsDeviceManager graphics ) : System
graphics Microsoft.Xna.Framework.GraphicsDeviceManager
return System
        public FullScreenCommand(GraphicsDeviceManager graphics)
        {
            this.graphics = graphics;
        }