Merge branch 'Development' into Vogtle3&4
This commit is contained in:
@@ -1458,6 +1458,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NoBlankLastNoteCautionWarn, "@NoBlankLastNoteCautionWarn");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NoteCautionCenterOneAllTypes; // F2023-126: Vogtle Alarms - center single line caution/note if more than one type exist off step
|
||||
public bool NoteCautionCenterOneAllTypes
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoteCautionCenterOneAllTypes, "@NoteCautionCenterOneAllTypes");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ChkBoxToGeneratePointListText; // C2021-063 Barakah Alarm: check box to generate Alarm Point List Text
|
||||
public bool ChkBoxToGeneratePointListText
|
||||
{
|
||||
|
Reference in New Issue
Block a user