c# WinFo判断当前程序是否已经启动或存在的几种方式 第一种方式:利用Mutex互斥量实现同时只有一个进程实例在运行 static class Program { /// <summary> ...