| 1234567891011121314 |
- //
- // System.Threading.WaitOrTimerCallback.cs
- //
- // Author:
- // Dick Porter ([email protected])
- //
- // (C) Ximian, Inc. http://www.ximian.com
- //
- namespace System.Threading
- {
- public delegate void WaitOrTimerCallback(object state, bool timedOut);
- }
|