B2017-103: Bottom continue message location adjustment

B2017-103: Bottom continue message location adjustment using format value
This commit is contained in:
2017-06-01 12:26:33 +00:00
parent cbf44eb689
commit 4324fd93ae
3 changed files with 16 additions and 1 deletions

View File

@@ -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;