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