티스토리 뷰

C# Programming

c# 쓰레드

indieloper 2019. 5. 16. 02:15

Thread t1 = new Thread(new ThreadStart(DownLoad));
t1.Start();