| 1234567891011121314151617 |
- /**
- * Namespace: System.Web.Util
- * Class: FileChangeEventHandler
- *
- * Author: Gaurav Vaish
- * Maintainer: [email protected]
- * Contact: <[email protected]>, <[email protected]>
- * Implementation: yes
- * Status: 100%
- *
- * (C) Gaurav Vaish (2001)
- */
- namespace System.Web.Util
- {
- public delegate void FileChangeEventHandler(object sender, int method);
- }
|