Restarting a thread in .NET (using C#)

后端 未结 7 2345
再見小時候
再見小時候 2020-12-06 01:28

I\'m looking for a way to restart a thread that has been stopped by Abort()..

public partial class MyProgram : Form
{
  private Thread MyThread = new Thread(         


        
7条回答
提交回复
热议问题