This commit is contained in:
Kathy Ruffing 2011-10-14 10:33:41 +00:00
parent dc1e2e858c
commit deb80c7496

View File

@ -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
{