B2021-133 indent of HLS & subsection should be the same

B2021-133 BNPP1new indent of HLS & subsection should be the same
This commit is contained in:
2021-12-07 15:26:07 +00:00
parent 37e022a64d
commit 4522b2a636
3 changed files with 17 additions and 1 deletions

View File

@@ -4199,6 +4199,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TieTabToLevel, "@TieTabToLevel");
}
}
private LazyLoad<bool> _SubSectAndHighSameLevel;
public bool SubSectAndHighSameLevel
{
get
{
return LazyLoad(ref _SubSectAndHighSameLevel, "@SubSectAndHighSameLevel");
}
}
private LazyLoad<bool> _HighLevelRNOBeforeAERSubsteps;
public bool HighLevelRNOBeforeAERSubsteps
{