修改program.cs中的程序 using System.Threading; namespace PCBilling_Server if (!bOnlyOneInstance) Application.EnableVisualStyles(); |
C#应用程序只能打开一次,应用程序只能打开一个,应用程序不能重复打开
最新推荐文章于 2024-02-17 13:59:07 发布
修改program.cs中的程序 using System.Threading; namespace PCBilling_Server if (!bOnlyOneInstance) Application.EnableVisualStyles(); |