C# - Using Console.
I need to implement delays between the writing of consecutive lines.
Other than nested for loops, is it anything easier much as a Timer for forms?
I want to control the duration of those delays.
Could anyone show a sample of code?
Gracias.