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

17 lines
280 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 _Default : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}