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