summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina.Web.UI/ContactUs.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'slips/src/app/Marina.Web.UI/ContactUs.aspx.cs')
-rw-r--r--slips/src/app/Marina.Web.UI/ContactUs.aspx.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/slips/src/app/Marina.Web.UI/ContactUs.aspx.cs b/slips/src/app/Marina.Web.UI/ContactUs.aspx.cs
new file mode 100644
index 0000000..e59693c
--- /dev/null
+++ b/slips/src/app/Marina.Web.UI/ContactUs.aspx.cs
@@ -0,0 +1,8 @@
+using System;
+using System.Web.UI;
+
+namespace Marina.Web.UI {
+ public partial class ContactUs : Page {
+ protected void Page_Load( object sender, EventArgs e ) {}
+ }
+} \ No newline at end of file