Object support for approval

changes to support approval process
changes to limit menu to appropriate version of code
changes to support consistency check report
This commit is contained in:
Rich
2012-01-23 13:51:04 +00:00
parent 42c8501927
commit 3153ffb024
25 changed files with 11132 additions and 6 deletions

View File

@@ -37,10 +37,8 @@ namespace VEPROMS.CSLA.Library
private void OnChange(ContentInfo contentInfo)
{
if (Changed != null)
{
Changed(this);
OnInfoChanged(this);
}
OnInfoChanged(this);
}
private void OnChange()
{