private void btnimport_Click(object sender, EventArgs e) { frmimportexceldanhsachKH frm = new frmimportexceldanhsachKH(); this.Hide(); frm.Show(); }