Exemplo n.º 1
0
 public static void WriteInterpreted(string buffer, int paddingLeft, int paddingRight)
 {
     ConsoleFormatter.WriteInterpreted(m_SystemConsole, buffer, paddingLeft, paddingRight);
 }
Exemplo n.º 2
0
 public static void WriteInterpreted(ConsoleThemeColor colour, string buffer, int paddingLeft, int paddingRight)
 {
     ConsoleFormatter.WriteInterpreted(m_SystemConsole, Theme[colour], buffer, paddingLeft, paddingRight);
 }
Exemplo n.º 3
0
 public static void WriteInterpreted(string buffer)
 {
     ConsoleFormatter.WriteInterpreted(m_SystemConsole, buffer);
 }