WriteIndentLine() public static method

public static WriteIndentLine ( string text ) : void
text string
return void
Exemplo n.º 1
0
        }         // WriteIndentLine

        // ----------------------------------------------------------------------
        protected static void WriteIndentLine(string format, params object[] args)
        {
            ConsoleTool.WriteIndentLine(format, args);
        }         // WriteIndentLine
Exemplo n.º 2
0
        }         // WriteLine

        // ----------------------------------------------------------------------
        protected static void WriteIndentLine(string text)
        {
            ConsoleTool.WriteIndentLine(text);
        }         // WriteIndentLine