This commit is contained in:
Kathy Ruffing 2010-03-25 11:22:04 +00:00
parent 81316b71e6
commit acc15d2cd6

View File

@ -709,6 +709,11 @@ namespace VEPROMS.CSLA.Library
}
public void Dispose()
{
if (_MyContent != null)
{
_MyContent.Dispose();
_MyContent = null;
}
RemoveFromDictionaries();
}
private void RemoveFromDictionaries()