Files
NKC/NKC_WF/PartValidation.aspx.cs
T
2019-12-23 19:03:28 +01:00

12 lines
165 B
C#

using System;
namespace NKC_WF
{
public partial class PartValidation : BasePage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}