15 lines
263 B
C#
15 lines
263 B
C#
using System;
|
|
|
|
namespace GPW_Smart
|
|
{
|
|
public partial class Progetti : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
if (!Page.IsPostBack)
|
|
{
|
|
((Site)this.Master).showSearch = false;
|
|
}
|
|
}
|
|
}
|
|
} |