GPSTD_RM.Screen.Screen C# (CSharp) Method

Screen() public method

public Screen ( Game1 game ) : System
game Game1
return System
        public Screen(Game1 game)
        {
            this.theGame = game;
        }