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

@@ -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)