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