A
avnrao
best way is to override dispose on that general class.. and you can call it
explicitly or use using() block.
deconstructor gets called when object is removed (i guess when GC is
collecting the object)..
destructors also be called when program exists. is your program existing
here?
Av.
explicitly or use using() block.
deconstructor gets called when object is removed (i guess when GC is
collecting the object)..
destructors also be called when program exists. is your program existing
here?
Av.