Initial Wolf Creek Training Format
Initial Wolf Creek Training macros Added WCNTraining flag Use WCNTraining flag to always paginate on subsection Don’t do docstyle reset if in WCNTraining format Do centerline if in WCNTraining format
This commit is contained in:
@@ -745,6 +745,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SpecialCaseCalvertAlarm, "@SpecialCaseCalvertAlarm");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _WCNTraining;
|
||||
public bool WCNTraining
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _WCNTraining, "@WCNTraining");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _HorizontalSubsteps;
|
||||
public bool HorizontalSubsteps
|
||||
{
|
||||
|
Reference in New Issue
Block a user