예제 #1
0
파일: frmIO.cs 프로젝트: taylor-an/AnyI2C
        public void Show(CommInterface com)
        {
            frmIO frm = new frmIO();

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