This commit is contained in:
@@ -538,6 +538,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SpecialStepsFoldout, "@SpecialStepsFoldout");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AllowDuplex;
|
||||
public bool AllowDuplex
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AllowDuplex, "@AllowDuplex");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AccessoryDocsInDuplex;
|
||||
public bool AccessoryDocsInDuplex
|
||||
{
|
||||
|
Reference in New Issue
Block a user