T
Tomer
Hi,
I've a method on a form/class that start a sequence of function calls. In
this sequence the form/class which contains the calling method that started
the whole sequence, is destroyed (this is possible because there is a static
object that stores the form/class).
When the whole sequence of method finishes its run its needs to return to
the calling method which started the whole thing.
But since the form/class doesn't exists, and exception is being thrown
(argument exception).
How can I solve this problem?
Tomer.
I've a method on a form/class that start a sequence of function calls. In
this sequence the form/class which contains the calling method that started
the whole sequence, is destroyed (this is possible because there is a static
object that stores the form/class).
When the whole sequence of method finishes its run its needs to return to
the calling method which started the whole thing.
But since the form/class doesn't exists, and exception is being thrown
(argument exception).
How can I solve this problem?
Tomer.