Пример #1
0
 public IndentationScope(DescriptionWriter writer)
 {
     this.writer = writer;
     writer.indentation++;
 }
Пример #2
0
 public IndentationScope(DescriptionWriter writer)
 {
     this.writer = writer;
     writer.indentation++;
 }