摘要:
一、异步调用: 1 try 2 { 3 svrMonitor sm = new svrMonitor(); 4 sm.Url = sm.Url; 5 sm.GetRecordsCompleted += new GetRecordsCompletedEventHandler(GetRecordsCompleted); 6 sm.GetRecordsAsync(); 7 } 8 catch (Exception ex) 9 {10 //异常不会出现在这里的哦11 ... 阅读全文
posted @ 2012-05-02 13:57
划风
阅读(1807)
评论(2)
推荐(0)

浙公网安备 33010602011771号