using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using IsoInterface; using ItlRuntime; public partial class _pageLibre000126e8 : IsoPage { protected void Page_PreInit(object sender, EventArgs e) { Response.Expires = -1 ; Response.CacheControl = "Private"; EC.pageCoding = "UTF-8"; EC.rootPath = "./"; EC.globalRootPath = "./"; EC.lang = "fr"; EC.thisFromGlobalRoot = "./pageLibre000126e8.aspx"; EC.hasDocType = false; EC.pageElementType = "sme:openPage"; EC.isDiffusion = true; EC.imageProviderUrl = "./imageProvider.aspx"; EC.init(this); } }