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

@@ -12,7 +12,7 @@ namespace VAR.Focus.Web.Code
private string _path = null;
private List<string> _files = null;
#endregion
#endregion Declarations
#region Properties
@@ -29,7 +29,7 @@ namespace VAR.Focus.Web.Code
}
}
#endregion
#endregion Properties
#region Creator
@@ -38,7 +38,7 @@ namespace VAR.Focus.Web.Code
_path = path;
}
#endregion
#endregion Creator
#region Public methods
@@ -58,6 +58,6 @@ namespace VAR.Focus.Web.Code
}
}
#endregion
#endregion Public methods
}
}
}