public void Show(CommInterface com) { frmI2CS frm = new frmI2CS(); frm.Attach(com); frm.ShowDialog(); }