Ejemplo n.º 1
0
 private void image2_Tap(object sender, System.Windows.Input.GestureEventArgs e)
 {
     if (i == 1)
     {
         i = 2;
         PresentTheAttributes(0);
         //Spiral
         Spiral.Begin();
     }
 }