会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
每天进步一点
博客园
首页
新随笔
联系
管理
订阅
2013年6月18日
多线程同时操作界面使用互斥体
摘要: private void button4_Click(object sender, EventArgs e) { Mutex m = new Mutex(); autoevent = new AutoResetEvent(false); Thread t = new Thread(delegate() ...
阅读全文
posted @ 2013-06-18 15:36 perock
阅读(747)
评论(1)
推荐(0)
编辑
公告