| 12345678910111213 |
- //
- // System.Web.Util.NativeFileChangeEventHandler.cs
- //
- // Authors:
- // Gaurav Vaish ([email protected], [email protected])
- //
- // (c) Gaurav Vaish 2001
- //
- namespace System.Web.Util
- {
- internal delegate void NativeFileChangeEventHandler(object sender, int method);
- }
|