public Rage(GamePage Game, Texture2D texture, Vector2 center, Vector2 velocity, float radius) : base(Game, texture, center, velocity, radius) { }
// Simple button Click event handler to take us to the second page private void Button_Click(object sender, RoutedEventArgs e) { NavigationService.Navigate(GamePage.GetUri()); }