Files
Samuele E. Locatelli ae320a37ac Aggiunta preliminare ES3
2019-12-31 09:44:29 +01:00

17 lines
274 B
C#

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