| |
| 1 |
From 49f3ccf4d22b52d7c942ea3039414154d754eca1 Mon Sep 17 00:00:00 2001 |
| 2 |
From: Geoff Ford <g_ford@hotmail.com> |
| 3 |
Date: Tue, 7 Jul 2009 08:52:26 +1000 |
| 4 |
Subject: [PATCH] Test |
| 5 |
|
| 6 |
--- |
| 7 |
hbx/includes/hbx.ascx.cs | 36 ++++++++++++++++++------------------ |
| 8 |
1 files changed, 18 insertions(+), 18 deletions(-) |
| 9 |
|
| 10 |
diff --git a/hbx/includes/hbx.ascx.cs b/hbx/includes/hbx.ascx.cs |
| 11 |
index b4da46b..8c8a49a 100644 |
| 12 |
--- a/hbx/includes/hbx.ascx.cs |
| 13 |
+++ b/hbx/includes/hbx.ascx.cs |
| 14 |
@@ -1,18 +1,18 @@ |
| 15 |
-using System; |
| 16 |
-using System.Data; |
| 17 |
-using System.Configuration; |
| 18 |
-using System.Collections; |
| 19 |
-using System.Web; |
| 20 |
-using System.Web.Security; |
| 21 |
-using System.Web.UI; |
| 22 |
-using System.Web.UI.WebControls; |
| 23 |
-using System.Web.UI.WebControls.WebParts; |
| 24 |
-using System.Web.UI.HtmlControls; |
| 25 |
- |
| 26 |
-public partial class hbx_includes_hbx : System.Web.UI.UserControl |
| 27 |
-{ |
| 28 |
- protected void Page_Load(object sender, EventArgs e) |
| 29 |
- { |
| 30 |
- |
| 31 |
- } |
| 32 |
-} |
| 33 |
+using System; |
| 34 |
+using System.Data; |
| 35 |
+using System.Configuration; |
| 36 |
+using System.Collections; |
| 37 |
+using System.Web; |
| 38 |
+using System.Web.Security; |
| 39 |
+using System.Web.UI; |
| 40 |
+using System.Web.UI.WebControls; |
| 41 |
+using System.Web.UI.WebControls.WebParts; |
| 42 |
+using System.Web.UI.HtmlControls; |
| 43 |
+ |
| 44 |
+public partial class hbx_includes_hbx : System.Web.UI.UserControl |
| 45 |
+{ |
| 46 |
+ protected void Page_Load(object sender, EventArgs e) |
| 47 |
+ { |
| 48 |
+ // Do something here |
| 49 |
+ } |
| 50 |
+} |
| 51 |
-- |
| 52 |
1.6.2.2.1669.g7eaf8 |
|
|
| |