Код: Выделить всё
TextWriter writer = new StreamWriter(Console.OpenStandardOutput());
writer.WriteLine("some underlined text");
ПолХ
Подробнее здесь: https://stackoverflow.com/questions/523 ... ole-output
Код: Выделить всё
TextWriter writer = new StreamWriter(Console.OpenStandardOutput());
writer.WriteLine("some underlined text");