private void configToolStripMenuItem_Click(object sender, EventArgs e) { data_display = new InfoDump(sensor); data_display.Show(); }