Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing MM more questions
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Subclassing MM more questions
Miscellaneous
Thread ID:
00916588
Message ID:
00916588
Views:
33
Hi All,

During my fun at subclassing all the MM objects(boy there are alot of them....)
Everytime i create a new component class it adds a Dispose method to it, do i need this method or can i remove it?
protected override void Dispose( bool disposing )
{
	if( disposing )
	{
		if(components != null)
		{
			components.Dispose();
		}
	}
	base.Dispose( disposing );
}
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Next
Reply
Map
View

Click here to load this message in the networking platform