How to notify thread from other class in C#

后端 未结 0 1378
轮回少年
轮回少年 2020-11-27 17:29

I have following piece of code

            Thread procThread = new Thread(() => preproc.Start());
            procThread.Start();
            Thread calcTh         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题