using System; namespace NKC_WF { public partial class SiteContent : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } /// /// Imposta vilibilità componente search globale /// public bool showSearch { get { return ((SiteMaster)Master).showSearch; } set { ((SiteMaster)Master).showSearch = value; } } } }