示例#1
0
        public void Show(CommInterface com)
        {
            frmI2CIO4R4x0 frm = new frmI2CIO4R4x0();

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