This commit is contained in:
@@ -1629,6 +1629,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseMetaSections, "@UseMetaSections");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _DefaultNoSubAutoIndent;
|
||||
public bool DefaultNoSubAutoIndent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DefaultNoSubAutoIndent, "@DefaultNoSubAutoIndent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NonEditableSteps;
|
||||
public bool NonEditableSteps
|
||||
{
|
||||
|
Reference in New Issue
Block a user