Пример #1
0
 public SourceText(string text)
 {
     Text  = text;
     Lines = TextUtilities.GetLineSpans(text);
 }