Example #1
0
 public static string GetFullStationName(ushort stopId, ushort lineId, ItemClass.SubService subService) =>
 stopId == 0 ? ""
         : TLMLineUtils.IsRoadLine(lineId) ? TLMStationUtils.GetFullStationName(stopId, lineId, subService)
         : TLMStationUtils.GetStationName(stopId, lineId, subService);