Skip to content

Commit

Permalink
fixed demo for colored texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Jan 24, 2018
1 parent fca1829 commit e3fae32
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions sources/ConsoleTools/ConsoleTools.Demo.WriteText/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,7 @@ private static void Main()
DisplayApplicationHeader();

Console.SetBufferSize(80, 1024);

Pause pause = new Pause();

CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");

pause.EraseAfterClose = false;
pause.Display();

CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");

pause.EraseAfterClose = true;
pause.Display();

CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");
CustomConsole.WriteLine("some text");


try
{
CustomConsole.WriteLine();
Expand Down

0 comments on commit e3fae32

Please sign in to comment.