Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.idea/config/applicationhost.config
#	FWA_MAIN/FWA_MAIN.csproj
#	FWA_MAIN/obj/Debug/FWA_MAIN.csproj.AssemblyReference.cache
This commit is contained in:
cadenjmoore
2024-03-28 10:18:53 -04:00
5 changed files with 33 additions and 3 deletions

View File

@@ -227,8 +227,6 @@
<Content Include="patient.aspx" />
<Content Include="patNew.aspx" />
<Content Include="physician.aspx" />
<Content Include="preNew.aspx" />
<Content Include="Prescription.aspx" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Default.aspx" />

2
FWA_MAIN/physNew.aspx Normal file
View File

@@ -0,0 +1,2 @@
<%@ Page Title="Title" Language="C#" MasterPageFile="MasterPage" CodeBehind="physNew.aspx.cs" Inherits="FWA_MAIN.physNew" %>

13
FWA_MAIN/physNew.aspx.cs Normal file
View File

@@ -0,0 +1,13 @@
using System;
using System.Web.UI;
namespace FWA_MAIN
{
public partial class physNew : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

17
FWA_MAIN/physNew.aspx.designer.cs generated Normal file
View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace FWA_MAIN
{
public partial class physNew
{
}
}