From 98dc16f69b75d30d8b6f1b64bcb3cd95b8bf32b7 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 16 Jan 2015 14:58:52 +0000 Subject: [PATCH] Add DontResetIndentOnNewline (for BGE) --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 2894f4ac..c8283eea 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2268,6 +2268,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth"); } } + private LazyLoad _DontResetIndentOnNewline; + public bool DontResetIndentOnNewline + { + get + { + return LazyLoad(ref _DontResetIndentOnNewline, "@DontResetIndentOnNewline"); + } + } } #endregion #region TextTypeValue