Ejemplo n.º 1
0
        public void Show(CommInterface com)
        {
            frmI2CR16x0 frm = new frmI2CR16x0();

            frm.Attach(com);
            frm.ShowDialog();
        }
Ejemplo n.º 2
0
 public void Show(CommInterface com)
 {
     frmI2CR16x0 frm = new frmI2CR16x0();
     frm.Attach(com);
     frm.ShowDialog();
 }