예제 #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            HuongDan hd = new HuongDan();

            hd.Show();
        }
예제 #2
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     HuongDan hd = new HuongDan();
     hd.Show();
 }