Files
NKC/NKC_WF/site/Painting.aspx.cs
T
Samuele E. Locatelli ce7bdbbdaa Bozza painting
2020-02-10 16:47:07 +01:00

17 lines
336 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF
{
public partial class Painting : BasePage
{
protected void Page_Load(object sender, EventArgs e)
{
((SiteContent)this.Master).showSearch = false;
}
}
}