// // System.Web.Util.NativeFileChangeEventHandler.cs // // Authors: // Gaurav Vaish (my_scripts2001@yahoo.com, gvaish@iitk.ac.in) // // (c) Gaurav Vaish 2001 // namespace System.Web.Util { internal delegate void NativeFileChangeEventHandler(object sender, int method); }