private void navBarItem_BcNcDathoiviec_LinkClicked(object sender, DevExpress.XtraNavBar.NavBarLinkEventArgs e) { frm_rpt_nghiviec frm = new frm_rpt_nghiviec(); foreach (System.Windows.Forms.Form _mdi_child in this.MdiChildren) { if (frm.Name == _mdi_child.Name) { _mdi_child.Close(); } } frm.MdiParent = this; frm.Show(); }
private void bt_NvNghiviectheongay_ItemClick(object sender, ItemClickEventArgs e) { frm_rpt_nghiviec frm = new frm_rpt_nghiviec(); foreach (System.Windows.Forms.Form _mdi_child in this.MdiChildren) { if (frm.Name == _mdi_child.Name) { _mdi_child.Close(); } } frm.MdiParent = this; frm.Show(); }