摘要: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(AppThreadException); 阅读全文
posted @ 2011-06-15 17:55 wangjj89621 阅读(260) 评论(0) 推荐(0)