private void btnDonThuoc_Click(object sender, EventArgs e) { string MaBN = lblMaBN.Text; frmDonThuoc frm = new frmDonThuoc(MaBN); frm.ShowDialog(); }