Files
MoonPro.net/MP-Site/Default.aspx.cs
T
2017-04-14 13:59:28 +02: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");
}
}