コード例 #1
0
ファイル: Tests.cs プロジェクト: Wilson-Tiquia/PBLFinal
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }
コード例 #2
0
ファイル: Homepage.cs プロジェクト: JeonLana/PBLFinal
        private void button4_Click(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }