摘要:
string mutexName = System.Environment.UserName + "nono"; bool runone; System.Threading.Mutex run = new System.Threading.Mutex(true, mutexName, out runone); if (runone) { run.ReleaseMutex(); Application.EnableVisualStyles(); ... 阅读全文
posted @ 2013-12-21 18:41
runliuv
阅读(217)
评论(0)
推荐(0)

浙公网安备 33010602011771号