摘要: static class Program{ /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { var instance = new Mutex(true, "SingleStart", out bool createdNew); //同步基元变量 if (crea... 阅读全文
posted @ 2017-08-07 15:03 玮仔Wayne 阅读(153) 评论(0) 推荐(0)