2024-03-28 09:48:11 -04: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 19:12:34 -04:00
|
|
|
|
|
|
|
|
|
protected void btnCancelPat_OnClick(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
2024-03-28 09:48:11 -04:00
|
|
|
|
}
|
|
|
|
|
}
|