private void pictureBox1_Click(object sender, EventArgs e) { Setup.LogStat(StatTypes.WebsiteClick); System.Diagnostics.Process.Start("http://www.justmeasuringup.com"); }