// // System.Threading.ThreadStart.cs // // Author: // Dick Porter ([email protected]) // // (C) Ximian, Inc. http://www.ximian.com // namespace System.Threading { public delegate void ThreadStart(); }