示例#1
0
 public IndentationScope(DescriptionWriter writer)
 {
     this.writer = writer;
     writer.indentation++;
 }
 public IndentationScope(DescriptionWriter writer)
 {
     this.writer = writer;
     writer.indentation++;
 }