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