B2017-103: Bottom continue message location adjustment
B2017-103: Bottom continue message location adjustment using format value
This commit is contained in:
@@ -836,6 +836,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NoOverrideSpace, "@NoOverrideSpace");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _LocAdj;
|
||||
public int? LocAdj
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
return LazyLoad(ref _LocAdj, "@LocAdj");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Message
|
||||
private LazyLoad<string> _Message;
|
||||
|
Reference in New Issue
Block a user