CNSA-216-FP/FWA_MAIN/physNew.aspx.cs

18 lines
337 B
C#
Raw Permalink Normal View History

2024-03-28 06:48:11 -07:00
using System;
using System.Web.UI;
namespace FWA_MAIN
{
public partial class physNew : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
2024-03-28 16:12:34 -07:00
protected void btnCancelPat_OnClick(object sender, EventArgs e)
{
throw new NotImplementedException();
}
2024-03-28 06:48:11 -07:00
}
}