Exemplo n.º 1
0
 public void PopIndent()
 {
     _transform.PopIndent();
 }
 private string PopIndent()
 {
     return(transform.PopIndent());
 }