how to make the screen command console open after showing output mine is closing very fastly . but without using Console.ReadLine();
Asked
Active
Viewed 54 times
-1
-
2Sounds like a perfect [XY Problem](https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem) to me. – Michael McGriff Jul 06 '17 at 15:44
1 Answers
0
If you don't want to use Console.ReadLine()
for some reason, you can use Console.ReadKey()
or perhaps Thread.Sleep(10000)
.
The screen stays for 10 seconds

محمد النعيمي
- 570
- 2
- 9
- 21

k3davis
- 985
- 12
- 29