G
Guest
I have written a console project that uses a console window to display the
output using Console.WriteLine. How do I keep the console window open after
the writing the output as it seems to close imediately after writing? This
output is at the end of the program and it appears the window is closing when
the application completes. Is there a way to keep the window open even if
the program terminates?
output using Console.WriteLine. How do I keep the console window open after
the writing the output as it seems to close imediately after writing? This
output is at the end of the program and it appears the window is closing when
the application completes. Is there a way to keep the window open even if
the program terminates?