R
Ron
Hello,
How do I hold a console application open in C#?
Thanks,
Ron
How do I hold a console application open in C#?
Thanks,
Ron
-----Original Message-----
If you mean the console window from hitting F5 in Visual Studio you can do
CTRL-F5 instead to prevent the window from closing after it is finished
running.