コード例 #1
0
 /// <summary>
 /// Sorts the stops.
 /// </summary>
 public void SortStops(Action <uint, uint> switchStops)
 {
     _stopsDb.Sort(switchStops);
 }