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