Ejemplo n.º 1
0
        private void btn_thietbi_Click(object sender, EventArgs e)
        {
            frm_thietbiphong frm = new frm_thietbiphong();

            frm.Maphong1 = txt_maphong.Text;
            frm.ShowDialog();
            grv_thietbi.DataSource = bll_thietbi.loadhuhai(datphong.laymaphong(Ten));
        }