2009年9月1日

C#如何判断程序已经启动

摘要: 一、class MutexExample{ /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main(string[] args) { bool flag=false; System.Threading.Mutex mutex=new System.Threading.Mutex(tru... 阅读全文

posted @ 2009-09-01 12:01 韩显川 阅读(765) 评论(0) 推荐(0)

导航