diff --git a/C-TRACK/About.aspx b/C-TRACK/About.aspx deleted file mode 100644 index 03fd915..0000000 --- a/C-TRACK/About.aspx +++ /dev/null @@ -1,7 +0,0 @@ -<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="C_TRACK.About" %> - - -

<%: Title %>.

-

Your application description page.

-

Use this area to provide additional information.

-
diff --git a/C-TRACK/About.aspx.cs b/C-TRACK/About.aspx.cs deleted file mode 100644 index 2d0f2c9..0000000 --- a/C-TRACK/About.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace C_TRACK -{ - public partial class About : Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/C-TRACK/About.aspx.designer.cs b/C-TRACK/About.aspx.designer.cs deleted file mode 100644 index 9fbef45..0000000 --- a/C-TRACK/About.aspx.designer.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. -// -// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se -// il codice viene rigenerato. -// -//------------------------------------------------------------------------------ - -namespace C_TRACK -{ - - - public partial class About - { - } -} diff --git a/C-TRACK/Contact.aspx b/C-TRACK/Contact.aspx deleted file mode 100644 index 7d33212..0000000 --- a/C-TRACK/Contact.aspx +++ /dev/null @@ -1,17 +0,0 @@ -<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="C_TRACK.Contact" %> - - -

<%: Title %>.

-

Your contact page.

-
- One Microsoft Way
- Redmond, WA 98052-6399
- P: - 425.555.0100 -
- -
- Support: Support@example.com
- Marketing: Marketing@example.com -
-
diff --git a/C-TRACK/Contact.aspx.cs b/C-TRACK/Contact.aspx.cs deleted file mode 100644 index 3616b63..0000000 --- a/C-TRACK/Contact.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace C_TRACK -{ - public partial class Contact : Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/C-TRACK/Contact.aspx.designer.cs b/C-TRACK/Contact.aspx.designer.cs deleted file mode 100644 index 399eca4..0000000 --- a/C-TRACK/Contact.aspx.designer.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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 C_TRACK -{ - - - public partial class Contact - { - } -}