Beispiel #1
0
        public void Show(CommInterface com)
        {
            frmI2CS frm = new frmI2CS();

            frm.Attach(com);
            frm.ShowDialog();
        }
Beispiel #2
0
 public void Show(CommInterface com)
 {
     frmI2CS frm = new frmI2CS();
     frm.Attach(com);
     frm.ShowDialog();
 }