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

            th.ShowDialog();
        }