Example #1
0
        void consoleRead()
        {
            string comando = "";

            while (true)
            {
                comando = Console.ReadLine();
                uciInterface.enviarComandoParaEngine(comando);
            }
        }