I have a user control form for a countdown timer. I want a start button to then launch the timer. The timer will then be labels in another form. What do I need to do to l
var form = new YourForm(); form.Show();