CNSA-216-FP/FWA_MAIN/preNew.aspx.cs
2024-03-28 10:17:25 -04:00

18 lines
336 B
C#

using System;
using System.Web.UI;
namespace FWA_MAIN
{
public partial class preNew : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnCancelPre_OnClick(object sender, EventArgs e)
{
throw new NotImplementedException();
}
}
}