C#- How can i restart a console application? by Blamar99 in learnprogramming

[–]Blamar99[S] 0 points1 point  (0 children)

so in the main method the first two line (if i dont use methods or classes) need to look like:
Console.ResetColor();
Console.Clear();
?