I'm having a question about using threads, I want the program to stop responding at some point, and only come back when I determine ...
Example:
System.Threading.Thread.Pausa();
// Executa código
System.Threading.Thread.VoltaDnv();
How do I do this?