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