using System; using System.Web; using CMS.SettingsProvider; /// /// Global CMS session events /// public class CMSSessionEvents { /// /// Fires upon the application start /// public static CMSHandler Start = new CMSHandler(); /// /// Fires upon the application end /// public static CMSHandler End = new CMSHandler(); }