0
Any button input
How can i make my prgram paused until the user enter any key like If(any key is enterd) { program starts to run}
2 odpowiedzi
+ 2
I would reverse the logic...
Pseudo:
If( string.notEmpty(); )
+ 1
Maybe you can look into ReadKey
https://docs.microsoft.com/en-us/dotnet/api/system.console.readkey