Aufgabe W = Task.Delay (600); W.Wait (); New Program (). Start ();
Task w = Task.Delay(600);
w.Wait();
new Program().Start();
Clean Cicada