Files
MoonPro.net/MP-TAB/MappaStato.aspx.cs
2020-09-14 21:25:58 +02:00

17 lines
328 B
C#

using SteamWare;
using System;
using System.Web.UI;
namespace MoonProTablet
{
public partial class MappaStato : BasePage
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
Session["TipoLink"] = "-";
}
}
}
}