会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
steeven
不以物喜 不以己悲
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2006年4月11日
比较简洁的Singleton Proces(唯一进程)程序
摘要: staticvoidMain(){boolnewMutexCreated=true;using(newMutex(true,Assembly.GetExecutingAssembly().FullName,outnewMutexCreated)){if(!newMutexCreated)//existreturn;Application.EnableVisualStyles();Applicati...
阅读全文
posted @ 2006-04-11 11:19 steeven
阅读(2370)
评论(6)
推荐(0)
编辑