using System; using GPW.WebMasterPages; namespace GPW_Smart { public partial class Progetti : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ((JQMob)Master).showSettings = false; ((JQMob)Master).showLeftPnl = false; } } }