Exemplo n.º 1
0
        public static void Log(string text)
        {
            Console.WriteLine(text);

            if (DevConsole == null)
            {
                return;
            }
            DevConsole.Append(text);
        }