This commit is contained in:
parent
81316b71e6
commit
acc15d2cd6
@ -709,6 +709,11 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
|
if (_MyContent != null)
|
||||||
|
{
|
||||||
|
_MyContent.Dispose();
|
||||||
|
_MyContent = null;
|
||||||
|
}
|
||||||
RemoveFromDictionaries();
|
RemoveFromDictionaries();
|
||||||
}
|
}
|
||||||
private void RemoveFromDictionaries()
|
private void RemoveFromDictionaries()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user