CAL Continued format improvements
This commit is contained in:
parent
a10fd7ea73
commit
2870d68cf3
@ -4722,6 +4722,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _MacroDef, "@Macro");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _LocWithXOff;
|
||||
public bool? LocWithXOff
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _LocWithXOff, "@LocWithXOff");
|
||||
}
|
||||
}
|
||||
|
||||
private LazyLoad<int?> _Grouping;
|
||||
public int? Grouping
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user