Added a flag for the box around continuous action substeps

fix for Point Beach continuous action substeps
This commit is contained in:
2014-06-09 18:18:04 +00:00
parent 316aee183a
commit b1cd9ea1a3
3 changed files with 20 additions and 3 deletions

View File

@@ -3258,6 +3258,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _DiffContActBox, "@DiffContActBox");
}
}
private LazyLoad<bool> _ContActBoxOnSubSteps;
public bool ContActBoxOnSubSteps
{
get
{
return LazyLoad(ref _ContActBoxOnSubSteps, "@ContActBoxOnSubSteps");
}
}
private LazyLoad<int?> _SecColHdrforActPMode;
public int? SecColHdrforActPMode
{