Files
GPW/GPW_Smart/Informazioni.aspx.cs
Samuele E. Locatelli 44c0514e5f Refresh SMART
2019-10-03 17:57:22 +02:00

15 lines
267 B
C#

using System;
namespace GPW_Smart
{
public partial class Informazioni : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
((Site)this.Master).showSearch = false;
}
}
}
}