Для изменения размера нажмите или перетащите

CommandHelpersWriteLogo(TextWriter) - метод

Writes a logo to the specified output stream.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public static void WriteLogo(
	TextWriter output
)

Параметры

output
Тип: System.IOTextWriter
A TextWriter that represents an output stream.
Исключения
ИсключениеУсловие
ArgumentNullExceptionoutput is null.
См. также