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