Files
NKC/NKC_WF/MachineUnload.aspx.cs
T
Samuele E. Locatelli 2e078c00e4 Esempio svg colorato
2019-09-12 11:57:46 +02:00

17 lines
299 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 MachineUnload : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}