- <%: 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 @@
-//------------------------------------------------------------------------------
-//