17 lines
328 B
C#
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"] = "-";
|
|
}
|
|
}
|
|
}
|
|
} |