Wednesday, November 6, 2013

C# How to Keep console window Open

There are 2 Ways:

1. And in the last line of your code : Console.Readline() or Console.Read()
2. Run outside of the debugger CTRL+F5

Reference:
http://stackoverflow.com/questions/16952846/c-sharp-how-to-keep-console-window-open

No comments: