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