Exemplo n.º 1
0
 /// ------------------------------------------------------------------------------------
 public bool GetSelectedSegmentIsLongEnough()
 {
     return(TimeTier.GetIsAcceptableSegmentLength(GetSelectedTimeRange().StartSeconds,
                                                  GetSelectedTimeRange().EndSeconds));
 }