定义了一个子线程Thread tMonitor = new Thread(new ThreadStart(LoadMagneticSleeveState));Thread.Sleep(4000);tMonitor.Start();但是感觉Sleep的是主线程,如何Sleep定义的子线程,然后再启动
在 LoadMagnetic 里面调用