I have a c# app with form1 and form2. Form1 has a button to activate a timer and open form2 (non-modal). I want form 2 to close after the timer is finished but when I reference form2 in the timer section it doesn't recongnize it. How can I close form2 when the timer is through.