2013年7月10日

bitmap对象被破坏而报错的解决方案

摘要: new Bitmap(image); 阅读全文

posted @ 2013-07-10 20:18 yao2yao4 阅读(154) 评论(0) 推荐(0) 编辑

BackgroundWorker

摘要: 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++) ... 阅读全文

posted @ 2013-07-10 14:38 yao2yao4 阅读(151) 评论(0) 推荐(0) 编辑

导航