WinFrom Exception Handler
摘要:
1 [STAThread] 2 static void Main() 3 { 4 Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); 5 AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledEx... 阅读全文
posted @ 2012-04-02 00:35 笑东风 阅读(262) 评论(0) 推荐(0)
浙公网安备 33010602011771号