摘要:
static class Program { static Mutex mx; static bool PreventReenterProcess(string ProcessMark) { bool IsSucess; mx = new Mutex(true, @"Global\" + ProcessMark, out IsSucess); if (IsSucess) { return false; //返回false表示进... 阅读全文
posted @ 2014-01-15 13:02
guosongORxiaosong
阅读(247)
评论(0)
推荐(0)
浙公网安备 33010602011771号