Answers for "how to make system wait in c#"

C#
14

how to wait in c#

System.Threading.Thread.Sleep(Milliseconds);
Posted by: Guest on July-02-2020
0

how to make console wait c#

Use Console.ReadKey();
Posted by: Guest on December-06-2021

C# Answers by Framework

Browse Popular Code Answers by Language