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

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