using System.Web; using System; /// /// Application methods. /// public class Global : CMSHttpApplication { #region "System data (do not modify)" /// /// Application version, do not change. /// /// const string APP_VERSION = "7.0"; #endregion }