In my project I have two forms mainForm
and testingForm
.
In mainForm
i have button1
, and in testingForm
, I have:
Stopwatch measure = new Stopwatch();
When the user clicks button1
, i want the measure
stopwatch to start, and to make other events with it. How can I do that? I researched a lot, but nothing helped...