C# Form
C# Form에서 delay 주기
벌눈
2016. 6. 10. 16:18
using System.Threading;
Thread.Sleep(1000); / 단위 ms
Application.DoEvents();
Dr.Beeeye Dmu