| 1234567891011121314 |
- //
- // System.Web.Security.FormsAuthenticationEventHandler
- //
- // Authors:
- // Gonzalo Paniagua Javier ([email protected])
- //
- // (C) 2002 Ximian, Inc (http://www.ximian.com)
- //
- namespace System.Web.Security
- {
- public delegate void FormsAuthenticationEventHandler (object sender, FormsAuthenticationEventArgs e);
- }
|