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
{
_Oldto = tmp.Oldto;
_ZTransitionInfoExtension.Refresh(this);
_MyTransition = null;
if(_MyTransition != null)
{
_MyTransition.Dispose();// Dispose related value
_MyTransition = null;// Reset related value
}
OnChange();// raise an event
}
public static ZTransitionInfo Get(int transitionID)