CodeMaid clean-up

This commit is contained in:
2016-12-21 07:27:25 +01:00
parent 577e8b4127
commit bc5c2bca6d
34 changed files with 152 additions and 175 deletions

View File

@@ -40,7 +40,7 @@ namespace VAR.Focus.Web.Code
context.Response.Write(sbOutput.ToString());
}
#endregion
#endregion Private methods
#region Public methods
@@ -59,6 +59,6 @@ namespace VAR.Focus.Web.Code
}
}
#endregion
#endregion Public methods
}
}
}