C2021-015: High Level Steps in Table of Contents

C2021-015: Barakah High Level Steps in Table of Contents
This commit is contained in:
2022-02-23 14:46:04 +00:00
parent 9fa8bd5245
commit 1b7bb16e6d
8 changed files with 353 additions and 90 deletions

View File

@@ -4821,6 +4821,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TofCRemoveGrpNameInSects, "@TofCRemoveGrpNameInSects");
}
}
// C2021-015: Barakah High Level Steps in Table of Contents
private LazyLoad<bool> _TofCAllowHLS;
public bool TofCAllowHLS
{
get
{
return LazyLoad(ref _TofCAllowHLS, "@TofCAllowHLS");
}
}
private VE_Font _Font;
public VE_Font Font
{