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