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