Exemplo n.º 1
0
 void OnLocationChanged(object sender, WF.Player.Location.LocationChangedEventArgs e)
 {
     if (_followLocation)
     {
         this.FocusOnLocation();
     }
     UpdateDistanceLine();
 }
 /// <summary>
 /// Raises the location changed event.
 /// </summary>
 /// <param name="sender">Sender.</param>
 /// <param name="e">E.</param>
 void OnLocationChanged(object sender, WF.Player.Location.LocationChangedEventArgs e)
 {
     RefreshLocation();
 }