In a program i made , an object is created during runtime, this object uses a timer inside( of its own ), when i dispose my object, the programs shows an error because the timer inside of it was still working .
why does this happen? when you dispose an object doesnt it dispose and kill everything that the object contains?!!
