프로그래밍언어/VB.NET
ManualResetEvent
부산딸랑이
2013. 9. 24. 13:19
Dim manualEvent As New ManualResetEvent(False)
manualEvent.WaitOne()
Mythread.Start(i)