From 0580861ce4d893e3020b97321abefcd190bf4fe7 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 19 Jul 2011 16:48:20 +0000 Subject: [PATCH] --- 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 9af2857d..78f8b50a 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4718,6 +4718,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _UseSecTitles, "@UseSecTitles"); } } + private LazyLoad _DoSectionTransitions; + public bool DoSectionTransitions + { + get + { + return LazyLoad(ref _DoSectionTransitions, "@DoSectionTransitions"); + } + } private LazyLoad _HardSpTranProcNumb; public bool HardSpTranProcNumb {