private static void buttonTestHarness_Click(object sender, EventArgs e) { TestHarness th = new TestHarness(); th.ShowDialog(); }