diff --git a/ClosedXML_Examples/Misc/WorkbookProtection.cs b/ClosedXML_Examples/Misc/WorkbookProtection.cs index 6f2dfba..0bd0122 100644 --- a/ClosedXML_Examples/Misc/WorkbookProtection.cs +++ b/ClosedXML_Examples/Misc/WorkbookProtection.cs @@ -5,37 +5,6 @@ { public class WorkbookProtection : IXLExample { - #region Variables - - // Public - - // Private - - - #endregion - - #region Properties - - // Public - - // Private - - // Override - - - #endregion - - #region Events - - // Public - - // Private - - // Override - - - #endregion - #region Methods // Public @@ -49,11 +18,6 @@ } } - // Private - - // Override - - #endregion } }