コード例 #1
0
ファイル: Program.cs プロジェクト: QuocHuy7a10/Arianrhod
 private static void buttonTestHarness_Click(object sender, EventArgs e)
 {
     TestHarness th = new TestHarness();
     th.ShowDialog();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: ExpLife0011/JuusanKoubou
        private static void buttonTestHarness_Click(object sender, EventArgs e)
        {
            TestHarness th = new TestHarness();

            th.ShowDialog();
        }