摘要: using System; using System.Threading; class MutexSample { private static Mutex mutex = null; //设为Static成员,是为了在整个程序生命周期内持有Mutex static void Main() { bo 阅读全文
posted @ 2021-08-12 16:45 指战员1024 阅读(164) 评论(0) 推荐(0) 编辑