7d289a3b64
pulizia codice...
14 lines
264 B
C#
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;
|
|
//}
|
|
}
|
|
}
|