diff --git a/.idea/config/applicationhost.config b/.idea/config/applicationhost.config index 976a66d..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 65e8855..1d351da 100644 --- a/FWA_MAIN/FWA_MAIN.csproj +++ b/FWA_MAIN/FWA_MAIN.csproj @@ -227,8 +227,6 @@ - - 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 + { + } +}