2008-07-14 C#でSleep C# //一秒間(1000ミリ秒)停止する System.Threading.Thread.Sleep(1000); 参考 独習C#第3版 http://dobon.net/vb/dotnet/process/sleep.html