摘要:
/// /// 单实例运行程序 /// static void SingleInstanceRun() { bool isAppRunning = false; Mutex mutex = new Mutex(true, Process.GetCurrentProcess().... 阅读全文
posted @ 2018-04-25 16:25
小小高
阅读(304)
评论(0)
推荐(0)
摘要:
依赖: https://files.cnblogs.com/files/gaocong/SqlServerTools.rar 阅读全文
posted @ 2018-04-25 16:22
小小高
阅读(3871)
评论(1)
推荐(1)
摘要:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> 阅读全文
posted @ 2018-04-25 15:43
小小高
阅读(1948)
评论(0)
推荐(1)