Tarefa w = tarefa.Delay (600); w.wait (); new Program (). Start ();
Task w = Task.Delay(600);
w.Wait();
new Program().Start();
Clean Cicada