bigsinger / blog-comments

博客评论
1 stars 0 forks source link

C#创建线程线程消息更新界面 — 朱皮特的烂笔头 #86

Open bigsinger opened 3 years ago

bigsinger commented 3 years ago

https://zhupite.com/program/cs-update-ui-in-thread.html

创建线程:Thread th = new Thread(threadWork);th.Start(param);线程函数:void threadWork(object param){ string sParam = (string)param; log(