I'm working on a project where two phones are plugged into my computer for testing. When testing begins, each phone has a System.Timer.Timers that runs the different steps of the test. Everything works fine, except when the test is over, I have no way of knowing that it is.
How can I get my phones (which are objects in themselves, to report back to my main form that they have gone through all the steps?
How can I get my phones (which are objects in themselves, to report back to my main form that they have gone through all the steps?