摘要: static class SingleInstanceApplication { [DllImport("kernel32.dll", SetLastError = true)] public static extern IntPtr CreateMutex(IntPtr Attr, bool Own, string Name); ... 阅读全文
posted @ 2017-09-04 11:50 三小 阅读(467) 评论(0) 推荐(0)