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