|  | UIManager Constructor | 
            Initializes a new instance of the 
UIManager class.
            
 
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxpublic UIManager(
	Game game,
	IInputService inputService
)
Public Sub New ( 
	game As Game,
	inputService As IInputService
)
public:
UIManager(
	Game^ game, 
	IInputService^ inputService
)
new : 
        game : Game * 
        inputService : IInputService -> UIManagerParameters
- game
- Type: Game
 The XNA game instance.
- inputService
- Type: DigitalRune.Game.InputIInputService
 The input service.
 Exceptions
Exceptions See Also
See Also