コード例 #1
0
 void OnLocationChanged(object sender, WF.Player.Location.LocationChangedEventArgs e)
 {
     if (_followLocation)
     {
         this.FocusOnLocation();
     }
     UpdateDistanceLine();
 }
コード例 #2
0
 /// <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();
 }