Example #1
0
 public void StartSection(Section section)
 {
     CurrentSection.ChildSection(section);
     _sections.Push(section);
 }