예제 #1
0
 protected static bool AdjustsForSpeed(ISpeedBaseOption option)
 {
     return(option.AdjustsForSpeed);
 }
예제 #2
0
 protected static bool AdjustsForAgeSpan(ISpeedBaseOption option)
 {
     return(option.AdjustsForAgeSpan);
 }