Added DevNoteOrCautionTabOffset property
Hid Volian "V" Create PDF button when viewing a multi unit procedure Added null check to mylookup value in ContainsKey method of ItemInfo class
This commit is contained in:
@@ -2711,6 +2711,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseRNOParentIdent, "@UseRNOParentIdent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _DevNoteOrCautionTabOffset;
|
||||
public string DevNoteOrCautionTabOffset
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DevNoteOrCautionTabOffset, "@DevNoteOrCautionTabOffset");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _BoxLeftAdj;
|
||||
public string BoxLeftAdj
|
||||
{
|
||||
|
Reference in New Issue
Block a user