public Form1() { InitializeComponent(); mole = new Mole(random, new Mole.PopUp(MoleCallBack)); timer1.Interval = random.Next(500, 1000); timer1.Start(); }