示例#1
0
 public void Show(CommInterface com)
 {
     frmI2CS frm = new frmI2CS();
     frm.Attach(com);
     frm.ShowDialog();
 }