-2
I am trying to create an interval between 2 commands. I want to show something on the screen for the user, wait a while and delete the text.
I have researched several places and found nothing. I have seen things related to Timers, the Timers library, but nothing that would help me.
Console.WriteLine("Essa opção não existe");
//comando para intervalo aqui//
Console.Clear();
break;
Please edit the question to limit it to a specific problem with sufficient detail to identify an appropriate answer.
–
Look at this example.
– Augusto Vasques