CAL Continued format improvements
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user