This commit is contained in:
parent
dc1e2e858c
commit
deb80c7496
@ -3570,6 +3570,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TextSubFollowsTextStyle, "@TextSubFollowsTextStyle");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _CautionOrNoteSubstepIndent;
|
||||
public int? CautionOrNoteSubstepIndent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CautionOrNoteSubstepIndent, "@CautionOrNoteSubstepIndent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _TreatAsSequential;
|
||||
public bool TreatAsSequential
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user