Found
this little dandy over on the CS forums, let's see if it works:
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if (components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
Posted
Jun 29 2005, 05:14 PM
by
Jayson Knight