Ejemplo n.º 1
0
 protected static bool AdjustsForSpeed(ISpeedBaseOption option)
 {
     return(option.AdjustsForSpeed);
 }
Ejemplo n.º 2
0
 protected static bool AdjustsForAgeSpan(ISpeedBaseOption option)
 {
     return(option.AdjustsForAgeSpan);
 }