This commit is contained in:
2012-12-05 16:44:14 +00:00
parent d9ce622a09
commit 4516759585
4 changed files with 33 additions and 4 deletions

View File

@@ -2933,6 +2933,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _NullBox, "@NullBox");
}
}
private LazyLoad<bool> _AllowNoteCautionAdd;
public bool AllowNoteCautionAdd
{
get
{
return LazyLoad(ref _AllowNoteCautionAdd, "@AllowNoteCautionAdd");
}
}
}
#endregion
#region TopOfPage