This commit is contained in:
parent
10d71e956c
commit
dbf6f8feee
@ -3078,6 +3078,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return LazyLoad(ref _RNOSepString, "@RNOSepString");
|
return LazyLoad(ref _RNOSepString, "@RNOSepString");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private LazyLoad<float?> _RNOSepLineLength;
|
||||||
|
public float? RNOSepLineLength
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _RNOSepLineLength, "@RNOSepLineLength");
|
||||||
|
}
|
||||||
|
}
|
||||||
private LazyLoad<string> _HLStpSeparatorString;
|
private LazyLoad<string> _HLStpSeparatorString;
|
||||||
public string HLStpSeparatorString
|
public string HLStpSeparatorString
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user