private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { frmHuongDan frmhd = new frmHuongDan(); frmhd.ShowDialog(); }