From 49f3ccf4d22b52d7c942ea3039414154d754eca1 Mon Sep 17 00:00:00 2001 From: Geoff Ford Date: Tue, 7 Jul 2009 08:52:26 +1000 Subject: [PATCH] Test --- hbx/includes/hbx.ascx.cs | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/hbx/includes/hbx.ascx.cs b/hbx/includes/hbx.ascx.cs index b4da46b..8c8a49a 100644 --- a/hbx/includes/hbx.ascx.cs +++ b/hbx/includes/hbx.ascx.cs @@ -1,18 +1,18 @@ -using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; - -public partial class hbx_includes_hbx : System.Web.UI.UserControl -{ - protected void Page_Load(object sender, EventArgs e) - { - - } -} +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class hbx_includes_hbx : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { + // Do something here + } +} -- 1.6.2.2.1669.g7eaf8