This commit is contained in:
@@ -4718,6 +4718,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseSecTitles, "@UseSecTitles");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _DoSectionTransitions;
|
||||
public bool DoSectionTransitions
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DoSectionTransitions, "@DoSectionTransitions");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _HardSpTranProcNumb;
|
||||
public bool HardSpTranProcNumb
|
||||
{
|
||||
|
Reference in New Issue
Block a user