summaryrefslogtreecommitdiff
path: root/src/YalpClients/WebClient/Default.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpClients/WebClient/Default.aspx.cs')
-rw-r--r--src/YalpClients/WebClient/Default.aspx.cs44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/YalpClients/WebClient/Default.aspx.cs b/src/YalpClients/WebClient/Default.aspx.cs
index 0bd1d7d..dbb34a1 100644
--- a/src/YalpClients/WebClient/Default.aspx.cs
+++ b/src/YalpClients/WebClient/Default.aspx.cs
@@ -1,22 +1,22 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace TwitterSearchApplication.Web
-{
- public partial class _Default : System.Web.UI.Page
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
-
- protected void Button1_Click(object sender, EventArgs e)
- {
-
- }
- }
-}
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace TwitterSearchApplication.Web
+{
+ public partial class _Default : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}