Files
WebGIM/GIM_site/menu.aspx.cs
T
Samuele E. Locatelli 7d289a3b64 Remove & Sort Using...
pulizia codice...
2017-04-14 16:33:09 +02:00

14 lines
264 B
C#

using SteamWare;
using System;
public partial class menu : UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
//if (!Page.IsPostBack)
//{
// ((GIM_site.FullPage)this.Master).showSearch = true;
//}
}
}