C#延时函数

用Thread方法:

先using system.threading;

再在需要延时的进程处插入

thread.sleep(int);

原文地址:https://www.cnblogs.com/10cm/p/6652549.html