private void btnDanhSachNode_ItemClick(object sender, ItemClickEventArgs e) { if (!Class.App.IsFocusForm(typeof(Forms.frmNodeList), this)) { Forms.frmNodeList frm = new Forms.frmNodeList(); frm.MdiParent = this; frm.Show(); } }