示例#1
0
 protected override void SetIcons(IAppResourceManager resourceManager)
 {
     this.Icon      = resourceManager.GetVehicleMarker(this.VehicleType, this.MarkerSize, this.IsSelected);
     this.TitleIcon = resourceManager.GetVehicleTitleMarker(this.VehicleType, this.Model?.RouteInfo?.RouteNumber);
 }