10 lines
185 B
C#
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");
|
|
}
|
|
}
|