This commit is contained in:
2008-10-03 11:29:37 +00:00
parent 451391f5c8
commit 9ee8986e50
12 changed files with 320 additions and 64 deletions

View File

@@ -175,7 +175,11 @@ namespace VEPROMS.CSLA.Library
{
_OldStepSequence = tmp.OldStepSequence;
_ZContentInfoExtension.Refresh(this);
_MyContent = null;
if(_MyContent != null)
{
_MyContent.Dispose();// Dispose related value
_MyContent = null;// Reset related value
}
OnChange();// raise an event
}
public static ZContentInfo Get(int contentID)