Added property UseRNOParentIdent for Braidwood
Used property UseRNOParentIdent for Braidwood
This commit is contained in:
@@ -2703,6 +2703,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _RNOWidthAdj, "@RNOWidthAdj");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _UseRNOParentIdent;
|
||||
public string UseRNOParentIdent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _UseRNOParentIdent, "@UseRNOParentIdent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _BoxLeftAdj;
|
||||
public string BoxLeftAdj
|
||||
{
|
||||
|
Reference in New Issue
Block a user