Exemple #1
0
        public void Show(CommInterface com)
        {
            frmIO frm = new frmIO();

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