CNSA-216-FP/FWA_MAIN/physNew.aspx.cs
2024-03-28 19:12:34 -04:00

18 lines
337 B
C#

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