sb.AppendLine(string.Format("{0}\t{1}\t{2}\t", count.ToString().PadLeft(5,' '), MakeTimeCode(p.StartTime), text)); sb.AppendLine("\t\t\t\t"); Paragraph next = subtitle.GetParagraphOrDefault(i +1);if(next ==null|| Math.Abs(p.EndTime.TotalMilliseconds - next.StartTime.T...