摘要:
/// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { System.Diagnostics.Process[] ps = System.Diagnostics.Process.GetProcessesByName(System.Diagnostics.Process.GetCurrentProcess().ProcessName); if (ps.Length <= 1) ... 阅读全文
posted @ 2010-12-10 22:12 严武 阅读(296) 评论(0) 推荐(0) 编辑