Ejemplo n.º 1
0
 void OnLocationChanged(Object sender, LocationChangedEventArgs e)
 {
     if (LocationChanged != null)
     {
         LocationChanged(sender, e);
     }
 }