Added definition of NoSpaceMultipleRNOs property
This commit is contained in:
parent
70a6e7f571
commit
0e272b7513
@ -3973,6 +3973,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _AlwaysTab, "@AlwaysTab");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NoSpaceMultipleRNOs;
|
||||
public bool NoSpaceMultipleRNOs
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoSpaceMultipleRNOs, "@NoSpaceMultipleRNOs");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _MixCautionsAndNotes;
|
||||
public bool MixCautionsAndNotes
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user