public MainPage() { InitializeComponent(); FarseerPhysicsGame game = new FarseerPhysicsGame(this, Game, DebugCanvas, txtFPS, txtDebug); game.Run(); }