B2023-040: WCN – And sub-steps pagination
This commit is contained in:
@@ -1440,6 +1440,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _AdjFirstSecDocStylesInPagination, "@AdjFirstSecDocStylesInPagination");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AdjustLargeImage;
|
||||
public bool AdjustLargeImage
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AdjustLargeImage, "@AdjustLargeImage");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VersionIdText
|
||||
|
Reference in New Issue
Block a user