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