How to wait and get text from another form in multiple backgroundworker
问题 This is Form1 public static BackgroundWorker[] threadArray; //public static AutoResetEvent[] _eventHandles ; public static readonly object _lockObj = new object(); public static bool _go ; //public static ManualResetEvent _manualResetEvent = new ManualResetEvent(false); private void BackgroundWorkerFilesDoWork(object sender, DoWorkEventArgs e) { ... lock (_lockObj) { //_manualResetEvent.WaitOne(30000); //_manualResetEvent.Reset(); //if (clsValueStatic.CaptchaText != null) //{ // foreach (var