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