using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace CB_ze
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
bool ret
C#程序在一个终端中只允许打开一次,防止多次打开
最新推荐文章于 2021-05-22 17:53:16 发布