摘要:
Constants.Worker = new BackgroundWorker();Constants.Worker.WorkerSupportsCancellation = true;Constants.Worker.DoWork += delegate { while (!Constants.Worker.CancellationPending) { Thread.Sleep(1000); for (int i = 0; i < ProgramStatus.ChannelCount; i++) ... 阅读全文