7d289a3b64
pulizia codice...
15 lines
331 B
C#
15 lines
331 B
C#
using System;
|
|
|
|
namespace GIM_site
|
|
{
|
|
public partial class anagLocazioni : SteamWare.UserPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
//if (!Page.IsPostBack)
|
|
//{
|
|
// ((GIM_site.FullPage)this.Master).showSearch = true;
|
|
//}
|
|
}
|
|
}
|
|
} |