Pete Davis has the answer here.
protected override void Dispose( bool disposing )
{
if( disposing )
{
_browser.Dispose();
_browser.ContainingControl = null;
if(null != _browser && null != components)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
No comments:
Post a Comment