Exemple #1
0
 public string TransportTypeCaptionFor(TransportType transportType)
 {
     return(TransportTypes.By(transportType).DisplayName);
 }
Exemple #2
0
 public ApplicationIcon IconFor(TransportType transportType)
 {
     return(TransportTypes.By(transportType).Icon);
 }