Ejemplo n.º 1
0
 internal void AddLine(Line line)
 {
     if (!line.AddedToSection)
     {
         SectionLines.Add(line.Text);
     }
 }