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