Ejemplo n.º 1
0
        void WriteConsole(string str)
        {
            if (str == null)
            {
                return;
            }

            stdout.InternalWriteString(str);
        }