Re: Passing an object back to a form

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"AlexW" <alexweisletten@xxxxxxx> wrote in message news:3d8c5ec6-4676-49e8-8849-0652368edae0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Plus making a reference call to a
memory released object just is bad in theory and makes the your code
read harder.

The class will not have been released from memory after .ShowDialog() has been called.

.