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