Added a flag for the box around continuous action substeps
fix for Point Beach continuous action substeps
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user