Exemplo n.º 1
0
 private void WriteIndentation()
 {
     for (var i = 0; i < _indentation; ++i)
     {
         TraceWriter.Write('\t');
     }
 }