Exemplo n.º 1
0
 public static void ResetToDefault()
 {
     LineIndent.current =
         new DefaultLineIndent();
 }
Exemplo n.º 2
0
 static LineIndent()
 {
     LineIndent.current =
         new DefaultLineIndent();
 }