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