Tarea w = tarea.delay (600); w.wait (); nuevo programa (). Start ();
Task w = Task.Delay(600);
w.Wait();
new Program().Start();
Clean Cicada