Ejemplo n.º 1
0
 void OnSwipeStarted(object sender, SwipingStartedEventArgs e)
 {
     Console.Write("Started swiping at location {0}\n", e.Location);
 }
Ejemplo n.º 2
0
 private void OnSwipeStarted(object sender, SwipingStartedEventArgs e)
 {
     Console.Write("Swiping started at location {0}\n", e.Location);
 }