Interval between commands in C#

Asked

Viewed 26 times

-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.

1 answer

-1

  • It would be nice if you could explain why I voted no.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.