diff --git a/.idea/config/applicationhost.config b/.idea/config/applicationhost.config index 15916dc..f5fa50f 100644 --- a/.idea/config/applicationhost.config +++ b/.idea/config/applicationhost.config @@ -155,7 +155,7 @@ - + diff --git a/FWA_MAIN/FWA_MAIN.csproj b/FWA_MAIN/FWA_MAIN.csproj index 45f31d6..0984fbb 100644 --- a/FWA_MAIN/FWA_MAIN.csproj +++ b/FWA_MAIN/FWA_MAIN.csproj @@ -180,6 +180,13 @@ physician.aspx + + ASPXCodeBehind + physNew.aspx + + + physNew.aspx + ASPXCodeBehind @@ -213,6 +220,7 @@ + diff --git a/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.AssemblyReference.cache b/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.AssemblyReference.cache index 3bde82b..18cdb46 100644 Binary files a/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.AssemblyReference.cache and b/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.AssemblyReference.cache differ diff --git a/FWA_MAIN/physNew.aspx b/FWA_MAIN/physNew.aspx new file mode 100644 index 0000000..43c6287 --- /dev/null +++ b/FWA_MAIN/physNew.aspx @@ -0,0 +1,2 @@ +<%@ Page Title="Title" Language="C#" MasterPageFile="MasterPage" CodeBehind="physNew.aspx.cs" Inherits="FWA_MAIN.physNew" %> + diff --git a/FWA_MAIN/physNew.aspx.cs b/FWA_MAIN/physNew.aspx.cs new file mode 100644 index 0000000..bb6bf73 --- /dev/null +++ b/FWA_MAIN/physNew.aspx.cs @@ -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) + { + + } + } +} \ No newline at end of file diff --git a/FWA_MAIN/physNew.aspx.designer.cs b/FWA_MAIN/physNew.aspx.designer.cs new file mode 100644 index 0000000..04106b8 --- /dev/null +++ b/FWA_MAIN/physNew.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FWA_MAIN +{ + + + public partial class physNew + { + } +}