[Style] Add region

This commit is contained in:
Matt Nadareski
2016-09-01 23:21:49 -07:00
parent 1291849379
commit 003e603b28

View File

@@ -10,6 +10,8 @@ namespace SabreTools.Helper
/// </summary> /// </summary>
public class Style public class Style
{ {
#region WoD-based String Cleaning
/// <summary> /// <summary>
/// Replace accented characters /// Replace accented characters
/// </summary> /// </summary>
@@ -139,6 +141,10 @@ namespace SabreTools.Helper
return input; return input;
} }
#endregion
#region DAT Cleaning
/// <summary> /// <summary>
/// Generate a proper outfile name based on a DAT and output directory /// Generate a proper outfile name based on a DAT and output directory
/// </summary> /// </summary>
@@ -281,6 +287,8 @@ namespace SabreTools.Helper
return newhash; return newhash;
} }
#endregion
#region Externally sourced methods #region Externally sourced methods
/// <summary> /// <summary>