C2021-027: Procedure level PC/PC
This commit is contained in:
@@ -1395,6 +1395,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NotesToFootnotes, "@NotesToFootnotes");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ProcAppl;
|
||||
public bool ProcAppl // C2021-027: Procedure level PC/PC
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ProcAppl, "@ProcAppl");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CountFoldoutPages;
|
||||
public bool CountFoldoutPages
|
||||
{
|
||||
|
Reference in New Issue
Block a user