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

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