This commit is contained in:
@@ -844,6 +844,11 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public void Dispose()
|
||||
{
|
||||
if (_MyGrid != null)
|
||||
{
|
||||
_MyGrid.Dispose();
|
||||
_MyGrid = null;
|
||||
}
|
||||
RemoveFromDictionaries();
|
||||
}
|
||||
private void RemoveFromDictionaries()
|
||||
|
Reference in New Issue
Block a user