to close classes that maintain state but do not implement IDispose. A co-worker tells me that I can use the using statement to Close instances that do not implement iDispose, but I am skeptical. I see ...