Files
MoonPro.net/MP-SITE/Default.aspx.cs
T
2018-11-10 09:27:09 +01:00

10 lines
185 B
C#

using System;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("MappaStato.aspx");
}
}