This commit is contained in:
parent
5197c29350
commit
37f500ed71
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user