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