Example #1
0
 /// <summary>
 /// Convenience method to decrease the indentation of the current Context.
 /// </summary>
 public void DecreaseIndentation()
 {
     CurrentContext.DecreaseIndentation();
 }