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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user