We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0168f11 commit 9be6028Copy full SHA for 9be6028
CS/WebDashboard_ManualDashboardState/Default.aspx.cs
@@ -3,10 +3,8 @@
3
using System;
4
using System.Collections.Generic;
5
6
-namespace WebDashboard_ManualDashboardState
7
-{
8
- public partial class Default : System.Web.UI.Page
9
- {
+namespace WebDashboard_ManualDashboardState {
+ public partial class Default : System.Web.UI.Page {
10
protected void Page_Load(object sender, EventArgs e) {
11
}
12
@@ -43,4 +41,4 @@ public DashboardState InitializeDashboardState() {
43
41
return dashboardState;
44
42
45
46
-}
+}
0 commit comments