This commit is contained in:
Kathy Ruffing 2010-10-13 17:03:57 +00:00
parent 5197c29350
commit 37f500ed71

View File

@ -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
{