This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user