Hi All

I have two classes named first and second, Both are separate classes. from these two classes we can go to class Three through one common control we created already. But the problem is how to go back to previous class from this current classe either it should be class first or class second.


class first
-> class Three
class second
(?) <- class Three

Help me to solve this problem. We should not use Global varibles here.
Is there any IPC mechanism here to solve this problem

Warm regards
vijay