Skip to content

Commit 9be6028

Browse files
authored
Update Default.aspx.cs
1 parent 0168f11 commit 9be6028

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CS/WebDashboard_ManualDashboardState/Default.aspx.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
using System;
44
using System.Collections.Generic;
55

6-
namespace WebDashboard_ManualDashboardState
7-
{
8-
public partial class Default : System.Web.UI.Page
9-
{
6+
namespace WebDashboard_ManualDashboardState {
7+
public partial class Default : System.Web.UI.Page {
108
protected void Page_Load(object sender, EventArgs e) {
119
}
1210

@@ -43,4 +41,4 @@ public DashboardState InitializeDashboardState() {
4341
return dashboardState;
4442
}
4543
}
46-
}
44+
}

0 commit comments

Comments
 (0)