Files
NKC/NKC_WF/About.aspx.cs
T
Samuele E. Locatelli ef537842f8 init iniziali progetto
2019-07-31 11:12:05 +02:00

17 lines
277 B
C#

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