Files
Samuele E. Locatelli 0ed1383b56 rimesso progetto
2018-05-01 16:27:55 +02:00

17 lines
276 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace ADM
{
public partial class Contact : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}