摘要: 使用Mutex类 class Program { static void Main(string[] args) { const string MutexName ="CSharpThreadingCookbook"; using (var m = new Mutex(false, MutexNam 阅读全文
posted @ 2017-08-10 13:58 HueiFeng 阅读(461) 评论(4) 推荐(2) 编辑