网站首页 站内搜索

搜索结果

查询Tags标签: createdNew,共有 1条记录
  • C#winform只允许打开一个进程

    ```csharp static void Main(){bool createdNew;using(Mutex mutex=new Mutex(true,Application.ProductName,out createdNew)){if (createdNew){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new Form1());}…

    2021/5/23 7:28:00 人评论 次浏览
扫一扫关注最新编程教程