C# 超时事件
摘要:View Code public class TimeOutEvent { public delegate void TimeOutStart(object o); private TimeOutStart timeOutStart; private Thread regexThread; private System.Timers.Timer regexTimeoutTimer; private ManualResetEvent allDone; public TimeOutEvent(Time...
阅读全文
posted @ 2012-06-12 01:58