I am trying to write a program that uses a timer, duration, start time and end time.
In this program it has three screens. When I click start timer on one screen, the other two screens with a timer will automatically update itself. What I currently have is one screen running the timer with the other two screens showing 00:00:00, while the first one is still running. I was wondering If anyone has a suggestion of how to link these three screens together such as if one minute has elapsed it will show 00:01:00 for all three screens instead of just 00:00:00 , 00:00:00 and 00:01:00.
I just need some sort of hint or an idea or what i should look up to solve this problem for myself.
The language I am using is C#