Fixed a typo in the get of the SectionNumberAndTitleLength flag name
This commit is contained in:
parent
88876fbe90
commit
ac103b0f77
@ -1978,7 +1978,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength");
|
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTitleLength");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private LazyLoad<string> _ForeColor;
|
private LazyLoad<string> _ForeColor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user