This commit is contained in:
@@ -390,7 +390,11 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = tmp.DTS;
|
||||
_UserID = tmp.UserID;
|
||||
_FormatInfoExtension.Refresh(this);
|
||||
_MyParent = null;
|
||||
if(_MyParent != null)
|
||||
{
|
||||
_MyParent.Dispose();// Dispose related value
|
||||
_MyParent = null;// Reset related value
|
||||
}
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static FormatInfo Get(int formatID)
|
||||
|
Reference in New Issue
Block a user