posts - 154,  comments - 583,  trackbacks - 11
04 2006 档案
比较简洁的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 阅读(2084) | 评论 (6) 编辑