This commit is contained in:
parent
3679bcbae2
commit
42c3ba8dd5
@ -332,6 +332,19 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
#region SectionMacro
|
||||||
|
private LazyLoad<string> _SectionMacro;
|
||||||
|
[Category("Extras")]
|
||||||
|
[DisplayName("Section Macro")]
|
||||||
|
[Description("Section Macro Prints With Title")]
|
||||||
|
public string SectionMacro
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _SectionMacro, "@SectionMacro");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region ContinueAll
|
#region ContinueAll
|
||||||
|
@ -3324,8 +3324,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return LazyLoad(ref _TofCPageNumPos, "@TofCPageNumPos");
|
return LazyLoad(ref _TofCPageNumPos, "@TofCPageNumPos");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private LazyLoad<int?> _TofCSpaceChar;
|
private LazyLoad<string> _TofCSpaceChar;
|
||||||
public int? TofCSpaceChar
|
public string TofCSpaceChar
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user